]> andersk Git - openssh.git/commitdiff
- (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG.
authortim <tim>
Wed, 13 Jan 2010 23:44:34 +0000 (23:44 +0000)
committertim <tim>
Wed, 13 Jan 2010 23:44:34 +0000 (23:44 +0000)
   feedback and ok dtucker@

ChangeLog
defines.h

index 18ce0aa3814b357eb136421846eac35bdc0d05d8..1efed808cee0c87654d05d2af9c2e62a26a0f98c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@
      don't append a space after inserting a completion of a directory (i.e.
      a path ending in '/') for a slightly better user experience; ok dtucker@
  - (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
+ - (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG. 
+   feedback and ok dtucker@
 
 20100112
  - (dtucker) OpenBSD CVS Sync
index 2412fdfd729f3cf3a69a28426bd42b99fab54720..903a9668f790e1047870107c98b12029b13f76f7 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -753,4 +753,12 @@ struct winsize {
 # define SSH_IOBUFSZ 8192
 #endif
 
+#ifndef _NSIG
+# ifdef NSIG
+#  define _NSIG NSIG
+# else
+#  define _NSIG 128
+# endif
+#endif
+
 #endif /* _DEFINES_H */
This page took 0.045761 seconds and 5 git commands to generate.