diff options
author | will <will@FreeBSD.org> | 2000-06-22 13:26:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-22 13:26:51 +0800 |
commit | 2f27f10ca604e5c983a3dad9e7a6daf2db9aae57 (patch) | |
tree | 7f00d0136cbed2732f9a8b23ee08982fcfef83ed /x11 | |
parent | 855f5c88c68f11b40c5dae0d4c6c20d311b3791d (diff) | |
download | freebsd-ports-gnome-2f27f10ca604e5c983a3dad9e7a6daf2db9aae57.tar.gz freebsd-ports-gnome-2f27f10ca604e5c983a3dad9e7a6daf2db9aae57.tar.zst freebsd-ports-gnome-2f27f10ca604e5c983a3dad9e7a6daf2db9aae57.zip |
Ooops, removed a patch that wasn't supposed to be removed.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/files/patch-am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/wdm/files/patch-am b/x11/wdm/files/patch-am new file mode 100644 index 000000000000..d3ed2e424271 --- /dev/null +++ b/x11/wdm/files/patch-am @@ -0,0 +1,12 @@ +--- src/TestLogin.c.orig Thu Jul 1 21:51:28 1999 ++++ src/TestLogin.c Tue Mar 7 22:05:04 2000 +@@ -67,7 +67,9 @@ + #include <stdlib.h> + #include <string.h> + #include <signal.h> ++#ifndef __STDC__ + #include <malloc.h> ++#endif + + + #define forever 1 |