search for: have_strmode

Displaying 2 results from an estimated 2 matches for "have_strmode".

2008 Jan 07
0
[PATCH] Replaced int with mode_t as requested
...enbsd-compat.h,v retrieving revision 1.43 diff -u -p -r1.43 openbsd-compat.h --- openssh/openbsd-compat/openbsd-compat.h 25 Jun 2007 12:15:13 -0000 1.43 +++ openssh/openbsd-compat/openbsd-compat.h 7 Jan 2008 06:58:54 -0000 @@ -84,7 +84,7 @@ int setenv(register const char *name, re #endif #ifndef HAVE_STRMODE -void strmode(int mode, char *p); +void strmode(mode_t mode, char *p); #endif #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) Index: openssh/openbsd-compat/strmode.c =================================================================== RCS file: /cvs/openssh/openbsd-compat/strmode.c,v r...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...ne HAVE_SOCKETPAIR 1 #define HAVE_SO_PEERCRED #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 /* #undef HAVE_STRLCAT */ /* #undef HAVE_STRLCPY */ /* #undef HAVE_STRMODE */ /* #undef HAVE_STRNVIS */ #define HAVE_STRSEP 1 #define HAVE_STRTOLL 1 /* #undef HAVE_STRTONUM */ #define HAVE_STRTOUL 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_TIMESPEC 1 #define HAVE_SYSCONF 1 /* #undef HAVE_SYS_AUDIT_H */ #define HAVE_SYS_BITYPES_H 1 /* #undef HAVE_SYS_BSDTT...