diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-05 05:06:27 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-05 05:06:27 +0000 |
commit | 292f7affa7e4c6f5d659ee90920d58dea143fce2 (patch) | |
tree | 8e7aa7b14e31a38a6f064e5a6ed909193578e028 /news/suck/files/patch-ac | |
parent | Change libpgsql.so.1 to version number uncritical libpgsql.so (diff) |
Upgrade, 3.5.2 -> 3.6.0.
PR: 4690
Partly submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=8118
Diffstat (limited to 'news/suck/files/patch-ac')
-rw-r--r-- | news/suck/files/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/news/suck/files/patch-ac b/news/suck/files/patch-ac index 5c123821ec16..47e96fbb9d2c 100644 --- a/news/suck/files/patch-ac +++ b/news/suck/files/patch-ac @@ -1,15 +1,15 @@ ---- killprg.c.orig Sat Sep 13 10:13:54 1997 -+++ killprg.c Sat Sep 13 10:14:10 1997 -@@ -3,6 +3,8 @@ - #include <stdio.h> - #include <stdlib.h> +--- killprg.c.orig Thu Aug 21 10:16:02 1997 ++++ killprg.c Sun Oct 5 14:00:23 1997 +@@ -7,6 +7,8 @@ + #include <unistd.h> + #endif +#include <sys/types.h> + #ifdef HAVE_DIRENT_H # include <dirent.h> #else -@@ -34,7 +36,6 @@ +@@ -36,7 +38,6 @@ #endif #include <string.h> |