Date: Sun, 25 Jan 2009 16:52:41 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c Message-ID: <200901251652.n0PGqpqY047484@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-25 16:52:41 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_ioctl.c Log: SVN rev 187689 on 2009-01-25 16:52:41Z by ed Revert my previous two changes. Even though the code seems to be FreeBSD kernel code, it isn't compiled on FreeBSD. I could have known this, because I was a little amazed that I couldn't find a prototype of pfopen()/pfclose() somewhere else, because it isn't marked as static. Apart from that, removing these functions wouldn't have been harmful anyway, because there are some other strange things about them (the implementation isn't consistent with the prototype at the top). Still, it's better to leave it, because it makes merging code back to older branches a little harder. Requested by: mlaier Revision Changes Path 1.41 +16 -0 src/sys/contrib/pf/net/pf_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901251652.n0PGqpqY047484>