freebsd-ports/misc/amanda/files/patch-ah
Foxfair Hu 018481a0ff PR: 23087
Upgrade amanda from 2.3.0 to 2.3.0.4, the final stable version of amanda.
Set the runnning uid as 'operator' , to synchronize with amanda24.
2000-11-28 03:26:24 +00:00

11 lines
327 B
Text

--- common-src/amanda.h.orig Fri Nov 24 11:33:22 2000
+++ common-src/amanda.h Fri Nov 24 11:33:33 2000
@@ -421,7 +421,7 @@
#endif
#ifndef HAVE_INITGROUPS_DECL
-extern int initgroups P((const char *name, gid_t basegid));
+/* extern int initgroups P((const char *name, gid_t basegid)); */
#endif
#ifndef HAVE_LISTEN_DECL