diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 09:44:34 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 09:44:34 +0000 |
commit | 1a6f58a920a05f059754b23be025c64be70f69bd (patch) | |
tree | 69ebc4c7db7cf0a3e918e4d6a538c37be4f44a77 /x11-fm/xnc/files | |
parent | 846181c0a6e5be380c7fcd8e4488152e4c9c1625 (diff) | |
download | FreeBSD-ports-1a6f58a920a05f059754b23be025c64be70f69bd.zip FreeBSD-ports-1a6f58a920a05f059754b23be025c64be70f69bd.tar.gz |
File manager for X Window
PR: 9920
Submitted by: Dima Sivachenko <dima@chg.ru>
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r-- | x11-fm/xnc/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/xnc/files/patch-aa b/x11-fm/xnc/files/patch-aa new file mode 100644 index 0000000..838b709 --- /dev/null +++ b/x11-fm/xnc/files/patch-aa @@ -0,0 +1,10 @@ +--- groups.cxx.~1~ Thu Sep 24 22:42:27 1998 ++++ groups.cxx Tue Apr 27 23:00:25 1999 +@@ -18,6 +18,7 @@ + #include <config.h> + #endif + #include <stdio.h> ++#include <sys/param.h> + #include <grp.h> + + void main() |