PERFORCE change 57305 for review

Peter Wemm peter at FreeBSD.org
Tue Jul 13 16:58:15 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=57305

Change 57305 by peter at peter_daintree on 2004/07/13 23:58:13

	make this compile. NOPROTO is used for untranslated syscalls.

Affected files ...

.. //depot/projects/hammer/sys/compat/freebsd32/freebsd32_proto.h#19 edit
.. //depot/projects/hammer/sys/compat/freebsd32/syscalls.master#21 edit

Differences ...

==== //depot/projects/hammer/sys/compat/freebsd32/freebsd32_proto.h#19 (text+ko) ====

@@ -205,10 +205,6 @@
 struct freebsd32_sigreturn_args {
 	char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)];
 };
-struct kldunloadf_args {
-	char fileid_l_[PADL_(int)]; int fileid; char fileid_r_[PADR_(int)];
-	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
-};
 int	freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
 int	freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *);
 int	freebsd32_execve(struct thread *, struct freebsd32_execve_args *);
@@ -239,7 +235,6 @@
 int	freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *);
 int	freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *);
 int	freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *);
-int	kldunloadf(struct thread *, struct kldunloadf_args *);
 
 #ifdef COMPAT_43
 

==== //depot/projects/hammer/sys/compat/freebsd32/syscalls.master#21 (text+ko) ====

@@ -609,4 +609,4 @@
 441	UNIMPL	ksem_timedwait
 442	MNOPROTO { int thr_suspend(const struct timespec *timeout); }
 443	MNOPROTO { int thr_wake(long id); }
-444	MSTD	{ int kldunloadf(int fileid, int flags); }
+444	MNOPROTO { int kldunloadf(int fileid, int flags); }


More information about the p4-projects mailing list