mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Remove bogus #include and duplicate definition of AF_MAX. These were
made necessary by breakage in usr.sbin/pstat and usr.bin/fstat, since fixed. Suggested by: phk Unearthed by: John Hood <jhood@sitaranetworks.com>
This commit is contained in:
parent
06d71e32d8
commit
e84a5d8372
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75855
@ -378,10 +378,6 @@ struct vfsops {
|
||||
}; \
|
||||
DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE)
|
||||
|
||||
#include <net/radix.h>
|
||||
|
||||
#define AF_MAX 35 /* XXX */
|
||||
|
||||
/*
|
||||
* Network address lookup element
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user