diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | 5658f6b5def37eb0deb20ee3e6a1b01e894dc661 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/buffer/patches | |
parent | e62c4d684c2892015620dfd714bdb51fb502bfc7 (diff) | |
download | pkgsrc-5658f6b5def37eb0deb20ee3e6a1b01e894dc661.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/buffer/patches')
-rw-r--r-- | misc/buffer/patches/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/buffer/patches/patch-aa b/misc/buffer/patches/patch-aa new file mode 100644 index 00000000000..1e9af6b12cb --- /dev/null +++ b/misc/buffer/patches/patch-aa @@ -0,0 +1,31 @@ +diff -udr buffer.ORG/Makefile buffer/Makefile +--- buffer.ORG/Makefile Wed Jul 14 17:59:17 1993 ++++ Makefile Thu Nov 16 20:09:23 1995 +@@ -8,7 +8,7 @@ + + # Where to install buffer and its manual pages + INSTBIN=/usr/local/bin +-INSTMAN=/usr/man/manl ++INSTMAN=/usr/local/man/manl + # The manual page section (normally l or 1) + S=l + +diff -udr buffer.ORG/buffer.c buffer/buffer.c +--- buffer.ORG/buffer.c Wed Jul 14 17:59:17 1993 ++++ buffer.c Fri Nov 17 20:23:58 1995 +@@ -384,6 +384,7 @@ + } + + /* The interrupt handler */ ++void + shutdown() + { + static int shutting; +@@ -400,6 +401,7 @@ + } + + /* Shutdown because the child has ended */ ++void + child_shutdown() + { + /* Find out which child has died. (They may not be my |