X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipfw%2Fglue.c;h=fb3d5c31c0f93d0737860d9801e2c0989770d1e8;hb=79ce6bd8629b0d960dffffa3893b5a97192cd35e;hp=e5876b9b11c823d4b466b474e6454f45d21b9079;hpb=31b969263c34f46f398eec33c0b0e95947842cda;p=ipfw.git diff --git a/ipfw/glue.c b/ipfw/glue.c index e5876b9..fb3d5c3 100644 --- a/ipfw/glue.c +++ b/ipfw/glue.c @@ -24,7 +24,7 @@ */ /* - * $Id: glue.c 4469 2009-12-11 20:23:11Z marta $ + * $Id: glue.c 4540 2009-12-16 17:22:47Z marta $ * * Userland functions missing in linux */ @@ -124,10 +124,6 @@ sysctlbyname(const char *name, void *oldp, size_t *oldlenp, void *newp, int ret = 0; /* return value */ int d; - /* debug message */ - if (0) fprintf(stderr, "%s name %s oldp %p oldlenp %p %d newp %p newlen %d\n", __FUNCTION__, name, \ - oldp, oldlenp, oldlenp ? *oldlenp : -1 , newp, (int) newlen); - if (name == NULL) /* XXX set errno */ return -1;