From e0ee1c46d65d07705a923bda98fdf127b05bec05 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 15 Aug 2004 16:03:41 +0000 Subject: [PATCH] Fix build with gcc 3.4 --- sysutils/su2/files/patch-ab | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sysutils/su2/files/patch-ab b/sysutils/su2/files/patch-ab index bc73b8daf10c..a2c835efc1f2 100644 --- a/sysutils/su2/files/patch-ab +++ b/sysutils/su2/files/patch-ab @@ -1,5 +1,5 @@ ---- su2.c.orig Sun Mar 2 20:17:16 1997 -+++ su2.c Sun Mar 2 20:21:41 1997 +--- su2.c.orig Sun Aug 15 17:59:03 2004 ++++ su2.c Sun Aug 15 18:00:37 2004 @@ -113,9 +113,9 @@ #ifndef NOSU2RC char *UsersNameFile = ".su2rc"; @@ -12,7 +12,7 @@ #ifndef PATH # ifdef BSD -@@ -182,13 +182,15 @@ +@@ -182,17 +182,18 @@ char *malloc (); @@ -30,7 +30,11 @@ struct passwd *getpwuid (); struct passwd *getpwnam (); void endpwent (); -@@ -570,7 +572,7 @@ +-int chmod (); + #endif + + struct passwd *pw; +@@ -570,7 +571,7 @@ } }