update from Rick Macklem
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sun, 16 May 1993 04:39:49 +0000 (20:39 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Sun, 16 May 1993 04:39:49 +0000 (20:39 -0800)
SCCS-vsn: sys/pmax/ultrix/ultrix_sysent.c 7.6

usr/src/sys/pmax/ultrix/ultrix_sysent.c

index ece47f1..88b7a2e 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: hpux_sysent.c 1.1 90/07/09$
  *
  *
  * from: Utah $Hdr: hpux_sysent.c 1.1 90/07/09$
  *
- *     @(#)ultrix_sysent.c     7.5 (Berkeley) %G%
+ *     @(#)ultrix_sysent.c     7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -59,7 +59,7 @@ int   execve();
 int    umask();
 int    chroot();
 int    ofstat();
 int    umask();
 int    chroot();
 int    ofstat();
-int    getpagesize();
+int    ogetpagesize();
 int    vfork();
 int    sbrk();
 int    sstk();
 int    vfork();
 int    sbrk();
 int    sstk();
@@ -70,8 +70,8 @@ int   ultrixsetpgrp();
 int    setitimer();
 int    ultrixwait3();
 int    getitimer();
 int    setitimer();
 int    ultrixwait3();
 int    getitimer();
-int    gethostname();
-int    sethostname();
+int    ogethostname();
+int    osethostname();
 int    getdtablesize();
 int    dup2();
 int    fcntl();
 int    getdtablesize();
 int    dup2();
 int    fcntl();
@@ -118,8 +118,8 @@ int rmdir();
 int    utimes();
 int    adjtime();
 int    ogetpeername();
 int    utimes();
 int    adjtime();
 int    ogetpeername();
-int    gethostid();
-int    sethostid();
+int    ogethostid();
+int    osethostid();
 int    getrlimit();
 int    setrlimit();
 int    okillpg();
 int    getrlimit();
 int    setrlimit();
 int    okillpg();
@@ -201,7 +201,7 @@ struct sysent ultrixsysent[] = {
        1, chroot,                      /*  61 = chroot */
        2, ofstat,                      /*  62 = fstat */
        0, nosys,                       /*  63 = unused */
        1, chroot,                      /*  61 = chroot */
        2, ofstat,                      /*  62 = fstat */
        0, nosys,                       /*  63 = unused */
-       0, getpagesize,                 /*  64 = getpagesize */
+       0, ogetpagesize,                /*  64 = getpagesize */
        0, notimp,                      /*  65 = mremap */
        0, vfork,                       /*  66 = vfork */
        0, nosys,                       /*  67 = old vread */
        0, notimp,                      /*  65 = mremap */
        0, vfork,                       /*  66 = vfork */
        0, nosys,                       /*  67 = old vread */
@@ -224,8 +224,8 @@ struct sysent ultrixsysent[] = {
        3, ultrixwait3,                 /*  84 = wait3 */
        1, notimp,                      /*  85 = swapon */
        2, getitimer,                   /*  86 = getitimer */
        3, ultrixwait3,                 /*  84 = wait3 */
        1, notimp,                      /*  85 = swapon */
        2, getitimer,                   /*  86 = getitimer */
-       2, gethostname,                 /*  87 = gethostname */
-       2, sethostname,                 /*  88 = sethostname */
+       2, ogethostname,                /*  87 = gethostname */
+       2, osethostname,                /*  88 = sethostname */
        0, getdtablesize,               /*  89 = getdtablesize */
        2, dup2,                        /*  90 = dup2 */
        0, notimp,                      /*  91 = getdopt */
        0, getdtablesize,               /*  89 = getdtablesize */
        2, dup2,                        /*  90 = dup2 */
        0, notimp,                      /*  91 = getdopt */
@@ -279,15 +279,15 @@ struct sysent ultrixsysent[] = {
        1, sigreturn,                   /* 139 = internal (4.2 sigreturn) */
        2, adjtime,                     /* 140 = adjtime */
        3, ogetpeername,                /* 141 = getpeername */
        1, sigreturn,                   /* 139 = internal (4.2 sigreturn) */
        2, adjtime,                     /* 140 = adjtime */
        3, ogetpeername,                /* 141 = getpeername */
-       2, gethostid,                   /* 142 = gethostid */
-       2, sethostid,                   /* 143 = sethostid */
+       2, ogethostid,                  /* 142 = gethostid */
+       2, osethostid,                  /* 143 = sethostid */
        2, getrlimit,                   /* 144 = getrlimit */
        2, setrlimit,                   /* 145 = setrlimit */
        2, okillpg,                     /* 146 = killpg */
        0, nosys,                       /* 147 = nosys */
        0, notimp,                      /* 148 = setquota */
        0, notimp,                      /* 149 = quota */
        2, getrlimit,                   /* 144 = getrlimit */
        2, setrlimit,                   /* 145 = setrlimit */
        2, okillpg,                     /* 146 = killpg */
        0, nosys,                       /* 147 = nosys */
        0, notimp,                      /* 148 = setquota */
        0, notimp,                      /* 149 = quota */
-       3, ogetsockname,                        /* 150 = getsockname */
+       3, ogetsockname,                /* 150 = getsockname */
        /*
         * ULTRIX specific syscalls
         */
        /*
         * ULTRIX specific syscalls
         */