Module Name:    src
Committed By:   pooka
Date:           Tue Mar 15 12:21:08 UTC 2011

Modified Files:
        src/include: stdlib.h

Log Message:
put in a proto for commaize_number()
(nb. doing this purely as the minimum work solution to get a working build)


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 src/include/stdlib.h:1.96
--- src/include/stdlib.h:1.95	Fri Feb  4 22:07:07 2011
+++ src/include/stdlib.h	Tue Mar 15 12:21:08 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: stdlib.h,v 1.95 2011/02/04 22:07:07 christos Exp $	*/
+/*	$NetBSD: stdlib.h,v 1.96 2011/03/15 12:21:08 pooka Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -282,6 +282,8 @@
 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);
 

Reply via email to