summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-11-12 05:58:55 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-11-12 05:58:55 +0000
commit99ad255790337a3e9627686cc2544f819d6b3689 (patch)
tree0a09ea866da61f691474172ec3b47c1e74d703d0 /sys
parentdd425b701d6bf2f1d7813b41344918cd3c5f165e (diff)
This shouldn't have been committed with the previous commit, revert
(experimental code)
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 9d01618aef7..7f6db663381 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: systm.h,v 1.34 1999/11/12 05:56:33 angelos Exp $ */
+/* $OpenBSD: systm.h,v 1.35 1999/11/12 05:58:54 angelos Exp $ */
/* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */
/*-
@@ -154,7 +154,6 @@ void panic __P((const char *, ...))
#else
__attribute__((__noreturn__));
#endif
-char *bitmask_snprintf __P((u_quad_t, const char *, char *, size_t));
void __assert __P((const char *, const char *, int, const char *))
__attribute__((__noreturn__));
int printf __P((const char *, ...))