diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-02 19:04:54 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-02 19:04:54 +0000 |
commit | cacf671ae35525410313beaeae917fb248342794 (patch) | |
tree | 9eebff75f62d35d4283c5ceee81038eb74571e28 /lang/python15/files/patch-ab | |
parent | crossfire binary now runs with mode 6555, needed for server mode. (diff) |
Update to version 1.4
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=4263
Diffstat (limited to 'lang/python15/files/patch-ab')
-rw-r--r-- | lang/python15/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab deleted file mode 100644 index 78de5564172b..000000000000 --- a/lang/python15/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ -*** Modules/nismodule.c~ Sat Nov 25 09:31:38 1995 ---- Modules/nismodule.c Sat Nov 25 09:31:51 1995 -*************** -*** 14,24 **** - #include "modsupport.h" - #include "ceval.h" - -- #include <rpcsvc/ypclnt.h> - #include <sys/time.h> - #include <sys/types.h> - #include <rpc/rpc.h> - #include <rpcsvc/yp_prot.h> - - static object *NisError; - ---- 14,24 ---- - #include "modsupport.h" - #include "ceval.h" - - #include <sys/time.h> - #include <sys/types.h> - #include <rpc/rpc.h> - #include <rpcsvc/yp_prot.h> -+ #include <rpcsvc/ypclnt.h> - - static object *NisError; |