Module Name: src
Committed By: christos
Date: Wed Mar 16 00:48:35 UTC 2011
Modified Files:
src/include: stdlib.h
Log Message:
remove commaize_number.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/include/stdlib.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stdlib.h
diff -u src/include/stdlib.h:1.96 src/include/stdlib.h:1.97
--- src/include/stdlib.h:1.96 Tue Mar 15 08:21:08 2011
+++ src/include/stdlib.h Tue Mar 15 20:48:34 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.96 2011/03/15 12:21:08 pooka Exp $ */
+/* $NetBSD: stdlib.h,v 1.97 2011/03/16 00:48:34 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -282,8 +282,6 @@
int humanize_number(char *, size_t, int64_t, const char *, int, int);
int dehumanize_number(const char *, int64_t *);
-int commaize_number(char *, size_t, int64_t);
-
devmajor_t getdevmajor(const char *, mode_t);
int getloadavg(double [], int);