forked from Lainports/freebsd-ports
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.
11 lines
327 B
Text
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
|