Module Name:    src
Committed By:   matt
Date:           Thu May  2 07:17:36 UTC 2013

Modified Files:
        src/include: util.h

Log Message:
Add getbyteorder(void) prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/include/util.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/util.h
diff -u src/include/util.h:1.64 src/include/util.h:1.65
--- src/include/util.h:1.64	Sun Nov  4 23:25:59 2012
+++ src/include/util.h	Thu May  2 07:17:35 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: util.h,v 1.64 2012/11/04 23:25:59 christos Exp $	*/
+/*	$NetBSD: util.h,v 1.65 2013/05/02 07:17:35 matt Exp $	*/
 
 /*-
  * Copyright (c) 1995
@@ -73,6 +73,7 @@ struct sockaddr;
 char	       *flags_to_string(unsigned long, const char *);
 pid_t		forkpty(int *, char *, struct termios *, struct winsize *);
 const char     *getbootfile(void);
+int		getbyteorder(void);
 off_t		getlabeloffset(void);
 int		getlabelsector(void);
 int		getlabelusesmbr(void);

Reply via email to