Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys prototype format_bytes()



details:   https://anonhg.NetBSD.org/src/rev/8aff7ca71b92
branches:  trunk
changeset: 472821:8aff7ca71b92
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun May 09 13:57:44 1999 +0000

description:
prototype format_bytes()

diffstat:

 sys/sys/systm.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3284b6914f14 -r 8aff7ca71b92 sys/sys/systm.h
--- a/sys/sys/systm.h   Sun May 09 13:48:44 1999 +0000
+++ b/sys/sys/systm.h   Sun May 09 13:57:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: systm.h,v 1.89 1999/03/24 05:51:29 mrg Exp $   */
+/*     $NetBSD: systm.h,v 1.90 1999/05/09 13:57:44 lukem Exp $ */
 
 /*-
  * Copyright (c) 1982, 1988, 1991, 1993
@@ -187,6 +187,8 @@
 
 char   *bitmask_snprintf __P((u_quad_t, const char *, char *, size_t));
 
+int    format_bytes __P((char *, size_t, u_int64_t));
+
 void   tablefull __P((const char *));
 
 void   *memchr __P((const void *, int, size_t));



Home | Main Index | Thread Index | Old Index