Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sunos fix typo



details:   https://anonhg.NetBSD.org/src/rev/53f7dee63cdd
branches:  trunk
changeset: 806732:53f7dee63cdd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 07 15:15:24 2015 +0000

description:
fix typo

diffstat:

 sys/compat/sunos/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r d919ec738764 -r 53f7dee63cdd sys/compat/sunos/Makefile
--- a/sys/compat/sunos/Makefile Sat Mar 07 15:14:29 2015 +0000
+++ b/sys/compat/sunos/Makefile Sat Mar 07 15:15:24 2015 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.6 2014/01/14 18:51:25 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2015/03/07 15:15:24 christos Exp $
 
-SYACALL_PREFIX=sunos
+SYSCALL_PREFIX=sunos
 
 .include <bsd.syscall.mk>



Home | Main Index | Thread Index | Old Index