Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/15b7c83814c6
branches:  trunk
changeset: 553178:15b7c83814c6
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Oct 11 10:36:46 2003 +0000

description:
fix typo in previous.

diffstat:

 sys/compat/netbsd32/netbsd32_exec.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e49974f92188 -r 15b7c83814c6 sys/compat/netbsd32/netbsd32_exec.h
--- a/sys/compat/netbsd32/netbsd32_exec.h       Sat Oct 11 09:55:58 2003 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec.h       Sat Oct 11 10:36:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_exec.h,v 1.17 2003/10/10 23:18:57 matt Exp $  */
+/*     $NetBSD: netbsd32_exec.h,v 1.18 2003/10/11 10:36:46 chs Exp $   */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -76,7 +76,7 @@
 void netbsd32_sendsig (const ksiginfo_t *, const sigset_t *);
 #else
 void netbsd32_sendsig (int, const sigset_t *, u_long);
-#endig
+#endif
 
 extern char netbsd32_esigcode[], netbsd32_sigcode[];
 



Home | Main Index | Thread Index | Old Index