Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/rump fix typo: fnctl -> fcntl



details:   https://anonhg.NetBSD.org/src/rev/91eca07a5970
branches:  trunk
changeset: 341349:91eca07a5970
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 01 12:34:28 2015 +0000

description:
fix typo: fnctl -> fcntl

from Robert Millan <rmh%gnu.org@localhost> via rumpkernel-users

diffstat:

 sys/rump/include/rump/rump.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 170a1af425bd -r 91eca07a5970 sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h      Sun Nov 01 11:02:23 2015 +0000
+++ b/sys/rump/include/rump/rump.h      Sun Nov 01 12:34:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.h,v 1.63 2014/06/13 15:45:02 pooka Exp $  */
+/*     $NetBSD: rump.h,v 1.64 2015/11/01 12:34:28 pooka Exp $  */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -166,7 +166,7 @@
 
 #ifdef RUMP_SYS_IOCTL
 #define ioctl(...) rump_sys_ioctl(__VA_ARGS__)
-#define fnctl(...) rump_sys_fcntl(__VA_ARGS__)
+#define fcntl(...) rump_sys_fcntl(__VA_ARGS__)
 #endif /* RUMP_SYS_IOCTL */
 
 #ifdef RUMP_SYS_CLOSE



Home | Main Index | Thread Index | Old Index