mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 21:17:15 +08:00
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/kernel.h: Remove hostnamelen, domainnamelen, lbolt, tickdelta, timedelta (Unused, not in FreeBSD).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/sys/kernel.h: Remove hostnamelen, domainnamelen,
|
||||
lbolt, tickdelta, timedelta (Unused, not in FreeBSD).
|
||||
|
||||
2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/vm/vm.h: Cosmetics from FreeBSD.
|
||||
|
||||
@@ -50,9 +50,7 @@
|
||||
/* 1.1 */
|
||||
extern long hostid;
|
||||
extern char hostname[MAXHOSTNAMELEN];
|
||||
extern int hostnamelen;
|
||||
extern char domainname[MAXHOSTNAMELEN];
|
||||
extern int domainnamelen;
|
||||
extern char kernelname[MAXPATHLEN];
|
||||
|
||||
/* 1.2 */
|
||||
@@ -68,9 +66,6 @@ extern int psratio; /* ratio: prof / stat */
|
||||
extern int stathz; /* statistics clock's frequency */
|
||||
extern int profhz; /* profiling clock's frequency */
|
||||
extern int ticks;
|
||||
extern int lbolt; /* once a second sleep address */
|
||||
extern int tickdelta;
|
||||
extern long timedelta;
|
||||
|
||||
#if FREEBSD_RELENG_2_2_2_BASE
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user