]> andersk Git - gssapi-openssh.git/commitdiff
rename get_progname to bsd_get_progname to prevent conflicts with
authorjbasney <jbasney>
Fri, 13 Sep 2002 19:00:47 +0000 (19:00 +0000)
committerjbasney <jbasney>
Fri, 13 Sep 2002 19:00:47 +0000 (19:00 +0000)
get_progname from heimdal's libroken

openssh/openbsd-compat/bsd-misc.h

index 3a855266a6b305c290ce3f7c535ab94f27fd8b09..3e336dd8fb0df7a8242fcc81067130adf7d81020 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "config.h"
 
+#define get_progname bsd_get_progname
 char *get_progname(char *argv0);
 
 #ifndef HAVE_SETSID
@@ -72,5 +73,13 @@ struct timeval {
 int utimes(char *filename, struct timeval *tvp);
 #endif /* HAVE_UTIMES */
 
+#ifndef HAVE_TRUNCATE
+int truncate (const char *path, off_t length);
+#endif /* HAVE_TRUNCATE */
+
+#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP)
+int setgroups(size_t size, const gid_t *list);
+#endif
+
 
 #endif /* _BSD_MISC_H */
This page took 0.036884 seconds and 5 git commands to generate.