diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-02 13:30:00 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-02 13:30:00 +0000 |
| commit | 04738e99b51edfe0c005c351139389b1bef174f8 (patch) | |
| tree | ef698c578fc83f9d33a0a199470e403aea1df556 /sys/netgraph/ng_device.c | |
| parent | c023201af1177fa97e99d278c12f31c6fe2823ae (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_device.c')
| -rw-r--r-- | sys/netgraph/ng_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netgraph/ng_device.c b/sys/netgraph/ng_device.c index 55c0606e7c5f..956b7cfb3642 100644 --- a/sys/netgraph/ng_device.c +++ b/sys/netgraph/ng_device.c @@ -99,9 +99,6 @@ struct ngd_softc { char nodename[NG_NODELEN + 1]; } ngd_softc; -/* helper definition */ -#define MIN(a, b) ((a) < (b) ? (a) : (b)) - /* the per connection receiving queue maximum */ #define NGD_QUEUE_SIZE (1024*10) |
