diff options
author | julian <julian@FreeBSD.org> | 1995-11-04 09:03:47 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-11-04 09:03:47 +0000 |
commit | 086c0271eed83e318fd98b71b2000b4082a86f73 (patch) | |
tree | 9752ebc644724fa92b11201a410b28a4bb7cacf3 /sys/netipx/ipx.c | |
parent | cca1a242747a92294d075309ae33accfa4d28bcc (diff) | |
download | FreeBSD-src-086c0271eed83e318fd98b71b2000b4082a86f73.zip FreeBSD-src-086c0271eed83e318fd98b71b2000b4082a86f73.tar.gz |
Suggested by: bde
clear up some confusion about Id: lines on behalf of the author
Diffstat (limited to 'sys/netipx/ipx.c')
-rw-r--r-- | sys/netipx/ipx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c index 50239d4..f8c0303 100644 --- a/sys/netipx/ipx.c +++ b/sys/netipx/ipx.c @@ -31,7 +31,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)$Id$ + * @(#)ipx.c + * + * $Id: ipx.c,v 1.2 1995/10/31 23:36:19 julian Exp $ */ #include <sys/param.h> |