summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_error.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge the ipx changes from current.John Hay1997-06-281-104/+0
| | | | Notes: svn path=/stable/2.2/; revision=27032
* Cleaned up prototypes:Bruce Evans1995-11-241-14/+8
| | | | | | | | | | | | | | | - don't #include other headers just to get struct names. - don't use __BEGIN_DECLS/__END_DECLS for system prototypes. It is for user prototypes. - don't use extern. - don't use lines longer than 80 columns. - use alphabetical order. - use tabs. Uniformized idempotency ifdefs. Notes: svn path=/head/; revision=12470
* Suggested by: bdeJulian Elischer1995-11-041-1/+3
| | | | | | | clear up some confusion about Id: lines on behalf of the author Notes: svn path=/head/; revision=12057
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-311-1/+1
| | | | | | | | these patches bring the ipx code up to the point that it compiles cleanly with the -W arguments suggested by bruce. Notes: svn path=/head/; revision=11991
* Submitted by: Mike MitchellJulian Elischer1995-10-311-2/+12
| | | | | | | | revise prototypes etc. cleanups (probably more coming) Notes: svn path=/head/; revision=11947
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+98
Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com Notes: svn path=/head/; revision=11819