Source-Changes-HG archive

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

[src/trunk]: src/sys/compat Update extern declarations of {hpux, ultrix}_sysca...



details:   https://anonhg.NetBSD.org/src/rev/775a2cc74414
branches:  trunk
changeset: 499399:775a2cc74414
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Nov 19 12:47:51 2000 +0000

description:
Update extern declarations of {hpux,ultrix}_syscallnames for change
to e_syscallnames in struct emul.  Untested on HP, but should be ok.

diffstat:

 sys/compat/hpux/hpux_compat.c   |  4 ++--
 sys/compat/ultrix/ultrix_misc.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e094a8625cbb -r 775a2cc74414 sys/compat/hpux/hpux_compat.c
--- a/sys/compat/hpux/hpux_compat.c     Sun Nov 19 11:15:01 2000 +0000
+++ b/sys/compat/hpux/hpux_compat.c     Sun Nov 19 12:47:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpux_compat.c,v 1.51 2000/07/13 17:32:06 thorpej Exp $ */
+/*     $NetBSD: hpux_compat.c,v 1.52 2000/11/19 12:47:51 simonb Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -98,7 +98,7 @@
 
 extern char sigcode[], esigcode[];
 extern struct sysent hpux_sysent[];
-extern char *hpux_syscallnames[];
+extern const char * const hpux_syscallnames[];
 
 int    hpuxtobsdioctl __P((u_long));
 
diff -r e094a8625cbb -r 775a2cc74414 sys/compat/ultrix/ultrix_misc.c
--- a/sys/compat/ultrix/ultrix_misc.c   Sun Nov 19 11:15:01 2000 +0000
+++ b/sys/compat/ultrix/ultrix_misc.c   Sun Nov 19 12:47:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ultrix_misc.c,v 1.59 2000/07/20 08:29:41 nisimura Exp $        */
+/*     $NetBSD: ultrix_misc.c,v 1.60 2000/11/19 12:47:52 simonb Exp $  */
 
 /*
  * Copyright (c) 1995, 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -141,7 +141,7 @@
 static void bsd_to_ultrix_flock __P((struct flock *, struct ultrix_flock *));
 
 extern struct sysent ultrix_sysent[];
-extern char *ultrix_syscallnames[];
+extern const char * const ultrix_syscallnames[];
 
 
 /*



Home | Main Index | Thread Index | Old Index