aboutsummaryrefslogtreecommitdiff
path: root/lbl/os-osf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbl/os-osf5.h')
-rw-r--r--lbl/os-osf5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbl/os-osf5.h b/lbl/os-osf5.h
index 5422f18f18a1..52ab1750e1fd 100644
--- a/lbl/os-osf5.h
+++ b/lbl/os-osf5.h
@@ -21,10 +21,10 @@
/*
* Prototypes missing in Tru64 UNIX 5.x
- * XXX - "pcap_snprintf()" and "pcap_vsnprintf()" aren't missing, but you have to
+ * XXX - "snprintf()" and "vsnprintf()" aren't missing, but you have to
* #define the right value to get them defined by <stdio.h>.
*/
-int pcap_snprintf(char *, size_t, const char *, ...);
-int pcap_vsnprintf(char *, size_t, const char *, va_list);
+int snprintf(char *, size_t, const char *, ...);
+int vsnprintf(char *, size_t, const char *, va_list);
int pfopen(char *, int);