Port-vax archive

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

Building current



Hi!

...building current seems to result in a breakage in the
NFS server code. Something like this should probably fix it, though
I'm still compiling and haven't verified it yet.

Index: sys/compat/ultrix/ultrix_misc.c
===================================================================
RCS file: /cvsroot/src/sys/compat/ultrix/ultrix_misc.c,v
retrieving revision 1.111
diff -u -r1.111 ultrix_misc.c
--- sys/compat/ultrix/ultrix_misc.c     21 Mar 2008 21:54:59 -0000      1.111
+++ sys/compat/ultrix/ultrix_misc.c     23 Apr 2008 23:01:16 -0000
@@ -467,11 +467,10 @@
 
 #if defined (NFSSERVER)
 int
-ultrix_sys_nfssvc(struct lwp *l, const void *v, register_t *retval)
+ultrix_sys_nfssvc(struct lwp *l, const struct ultrix_sys_nfssvc_args *uap, 
register_t *retval)
 {
 
 #if 0  /* XXX */
-       struct ultrix_sys_nfssvc_args *uap = v;
        struct emul *e = p->p_emul;
        struct sys_nfssvc_args outuap;
        struct sockaddr sa;


That's needed probably due to a regen of
sys/compat/ultrix/ultrix_syscallargs.h:

revision 1.50
date: 2008/04/23 14:10:04;  author: ad;  state: Exp;  lines: +5 -3
Regen.


MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw%lug-owl.de@localhost              
+49-172-7608481
Signature of: 23:53 <@jbglaw> So, ich kletter' jetzt mal ins Bett.
the second  : 23:57 <@jever2> .oO( kletter ..., hat er noch Gitter vorm Bett, 
wie früher meine Kinder?)
              00:00 <@jbglaw> jever2: *patsch*
              00:01 <@jever2> *aua*, wofür, Gedanken sind frei!
              00:02 <@jbglaw> Nee, freie Gedanken, die sind seit 1984 doch aus!
              00:03 <@jever2> 1984? ich bin erst seit 1985 verheiratet!

Attachment: signature.asc
Description: Digital signature



Home | Main Index | Thread Index | Old Index