Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Add getbyteorder(void) prototype.
details: https://anonhg.NetBSD.org/src/rev/9f2b7d204156
branches: trunk
changeset: 786576:9f2b7d204156
user: matt <matt%NetBSD.org@localhost>
date: Thu May 02 07:17:35 2013 +0000
description:
Add getbyteorder(void) prototype.
diffstat:
include/util.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r cfef8800c7fe -r 9f2b7d204156 include/util.h
--- a/include/util.h Thu May 02 07:17:09 2013 +0000
+++ b/include/util.h Thu May 02 07:17:35 2013 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index