diff options
author | julian <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
commit | 2457c77564e4384d49f9fcfd57b66e3619625e27 (patch) | |
tree | 62e87b22c042bf167915c074c6618f3fce82e573 /sys/netipx/spx.h | |
parent | 77550cade35b9e2a27cce1c3e2bf177d8b0b4bc8 (diff) | |
download | FreeBSD-src-2457c77564e4384d49f9fcfd57b66e3619625e27.zip FreeBSD-src-2457c77564e4384d49f9fcfd57b66e3619625e27.tar.gz |
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
these patches bring the ipx code up to the point that it compiles cleanly with
the -W arguments suggested by bruce.
Diffstat (limited to 'sys/netipx/spx.h')
-rw-r--r-- | sys/netipx/spx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h index d1b18c1..0af832d 100644 --- a/sys/netipx/spx.h +++ b/sys/netipx/spx.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)spx.h + * @(#)$Id$ */ #ifndef _NETIPX_SPX_H_ |