summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1992-06-11 08:21:11 +0000
committerLarry Wall <lwall@netlabs.com>1992-06-11 08:21:11 +0000
commitfaf8582f0c418b57fd71e105da84edbb3177fa0c (patch)
tree362f6aa8bbc6e5d971e30ed808182176ae405c8e /util.h
parent2f3197b3c480b4120c210442c74a59d064d932c9 (diff)
downloadperl-faf8582f0c418b57fd71e105da84edbb3177fa0c.tar.gz
perl 4.0 patch 34: (combined patch)
Here's the typical cleanup patch that follows any large set of patches. My testing organization is either too large or too small, depending on how you look at it, sigh...
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/util.h b/util.h
index a0cc3fa0a2..eb4a0a49d0 100644
--- a/util.h
+++ b/util.h
@@ -1,4 +1,4 @@
-/* $RCSfile: util.h,v $$Revision: 4.0.1.3 $$Date: 92/06/08 16:09:20 $
+/* $RCSfile: util.h,v $$Revision: 4.0.1.4 $$Date: 92/06/11 21:19:36 $
*
* Copyright (c) 1991, Larry Wall
*
@@ -6,6 +6,9 @@
* License or the Artistic License, as specified in the README file.
*
* $Log: util.h,v $
+ * Revision 4.0.1.4 92/06/11 21:19:36 lwall
+ * patch34: pidgone() wasn't declared right
+ *
* Revision 4.0.1.3 92/06/08 16:09:20 lwall
* patch20: bcopy() and memcpy() now tested for overlap safety
*
@@ -52,3 +55,4 @@ int my_memcmp();
#endif
unsigned long scanoct();
unsigned long scanhex();
+void pidgone();