Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2004 15:32:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50528 for review
Message-ID:  <200404062232.i36MWepU089675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50528

Change 50528 by peter@peter_daintree on 2004/04/06 15:31:57

	oh, silly me.  The statfs struct is now identical in 32 and 64 bit kernels.

Affected files ...

.. //depot/projects/hammer/sys/compat/freebsd32/syscalls.master#16 edit

Differences ...

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

@@ -551,12 +551,12 @@
 		    u_int32_t offsethi, size_t nbytes, struct sf_hdtr *hdtr, \
 		    off_t *sbytes, int flags); }
 394	UNIMPL	mac_syscall
-395	STD	{ int freebsd32_getfsstat(struct statfs32 *buf, long bufsize, \
+395	NOPROTO	{ int getfsstat(struct statfs *buf, long bufsize, \
 		    int flags); }
-396	STD	{ int freebsd32_statfs(char *path, struct statfs32 *buf); }
-397	STD	{ int freebsd32_fstatfs(int fd, struct statfs32 *buf); }
-398	STD	{ int freebsd32_fhstatfs(const struct fhandle *u_fhp, \
-		    struct statfs32 *buf); }
+396	NOPROTO	{ int statfs(char *path, struct statfs *buf); }
+397	NOPROTO	{ int fstatfs(int fd, struct statfs *buf); }
+398	NOPROTO	{ int fhstatfs(const struct fhandle *u_fhp, \
+		    struct statfs *buf); }
 399	UNIMPL	nosys
 ; XXX implement these?
 400	UNIMPL	ksem_close



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404062232.i36MWepU089675>