diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:54:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:54:09 +0000 |
commit | c3124ff3bf2f1f4c5a5c8bdbdebb39fcbdb797f7 (patch) | |
tree | cdff0e3d6145b3fcb8fe7277341a5222cbd00ee6 /comms/yaps/files/patch-valid.c | |
parent | stage devel/psptoolchain-pspsdk-stage2 and restore maintainship (diff) |
Rename comms/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'comms/yaps/files/patch-valid.c')
-rw-r--r-- | comms/yaps/files/patch-valid.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/yaps/files/patch-valid.c b/comms/yaps/files/patch-valid.c new file mode 100644 index 000000000000..8981d1b16890 --- /dev/null +++ b/comms/yaps/files/patch-valid.c @@ -0,0 +1,10 @@ +*** valid.c~ Tue Jun 3 12:09:49 1997 +--- valid.c Tue Sep 29 15:26:39 1998 +*************** +*** 4,7 **** +--- 4,8 ---- + # include <stdlib.h> + # include <string.h> ++ # include <sys/types.h> + # include "pager.h" + # include "valid.h" |