diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-17 10:32:43 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-05-17 10:32:43 +0000 |
commit | 5db405731c69a0df10aaea4caf828459036ed704 (patch) | |
tree | 4603c9f019b6a23ef0564145054b674257aebb3f /print/pdq/files/patch-ad | |
parent | PR: 11457 (diff) |
PR: 11721
Submitted by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=18861
Diffstat (limited to 'print/pdq/files/patch-ad')
-rw-r--r-- | print/pdq/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/pdq/files/patch-ad b/print/pdq/files/patch-ad new file mode 100644 index 000000000000..619641bcf84a --- /dev/null +++ b/print/pdq/files/patch-ad @@ -0,0 +1,10 @@ +--- src/util.c.orig Sat May 15 01:34:56 1999 ++++ src/util.c Sat May 15 02:07:16 1999 +@@ -16,6 +16,7 @@ + * + */ + ++#include <stdio.h> + #include <unistd.h> + #include <string.h> + #include <pwd.h> |