freebsd_amp_hwpstate/sys
Bruce Evans 1b099e1e02 Hide the declaration of ffs() if an inline ffs() is implemented.
I couldn't find a better way to avoid compiler warnings about
redundant and/or inconsistent declaration of ffs().  I'd like to
be able to declare prototypes in general headers without committing
to implementing them as `static inline' or `extern', but there
seems to be no way to do this with gcc-2.6.1.  E.g.,

	int foo(void);
	static __inline int foo(void) { return 1; }

causes a warning about the linkage mismatch, while the opposite
order causes a warning about the redundant declaration.
1994-11-14 14:56:46 +00:00
..
alpha/include
amd64 Oops, the previous commit got the diff for the log message instead of 1994-11-14 14:23:54 +00:00
compile
conf Add a new "distribute" target. This is a variant of install, which will 1994-11-13 21:05:28 +00:00
ddb
dev Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot time 1994-11-13 12:39:38 +00:00
fs Undo a previous change. <sys/disklabel.h> was broken, not these files. 1994-11-14 13:22:52 +00:00
gnu
i386 Oops, the previous commit got the diff for the log message instead of 1994-11-14 14:23:54 +00:00
isa Revision 1.6 fix was lost: don't write 0 to RTC_DIAG 1994-11-12 16:24:54 +00:00
isofs/cd9660 Remove the bogus include of <sys/dkbad.h>. 1994-11-14 07:01:58 +00:00
kern Move declarations of public functions to <sys/sysctl.h>. 1994-11-14 13:58:30 +00:00
libkern Hide the declaration of ffs() if an inline ffs() is implemented. 1994-11-14 14:56:46 +00:00
miscfs Undo a previous change. <sys/disklabel.h> was broken, not these files. 1994-11-14 13:22:52 +00:00
modules
msdosfs
net if.h: 1994-11-14 14:06:06 +00:00
netccitt
netinet Ugen makes it in with 10 seconds to spare with a one-char diff. Some 1994-11-08 14:25:17 +00:00
netiso
netns
nfs Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsclient Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsserver Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
pci Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot time 1994-11-13 12:39:38 +00:00
powerpc/include
rpc
scsi Delete a bogus check that the SCSI_DELAY only works for the first 1994-11-12 17:13:23 +00:00
sys Hide the declaration of ffs() if an inline ffs() is implemented. 1994-11-14 14:56:46 +00:00
tools
ufs Remove unused `struct disklabel' (the declarations that used it went away). 1994-11-14 13:50:15 +00:00
vm pmap.h: 1994-11-14 08:19:08 +00:00
Makefile