comparison compat.h @ 1286:7d02b83c61fd coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Mar 2016 22:47:33 +0800
parents 9169e4e7cbee
children
comparison
equal deleted inserted replaced
1261:770e14154da3 1286:7d02b83c61fd
42 #ifndef HAVE_BASENAME 42 #ifndef HAVE_BASENAME
43 char *basename(const char* path); 43 char *basename(const char* path);
44 #endif 44 #endif
45 45
46 #ifndef HAVE_GETUSERSHELL 46 #ifndef HAVE_GETUSERSHELL
47 char *getusershell(); 47 char *getusershell(void);
48 void setusershell(); 48 void setusershell(void);
49 void endusershell(); 49 void endusershell(void);
50 #endif 50 #endif
51 51
52 #ifndef DROPBEAR_PATH_DEVNULL 52 #ifndef DROPBEAR_PATH_DEVNULL
53 #define DROPBEAR_PATH_DEVNULL "/dev/null" 53 #define DROPBEAR_PATH_DEVNULL "/dev/null"
54 #endif 54 #endif