aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd/dos.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.Dag-Erling Smørgrav2004-03-231-398/+0
| | | | Notes: svn path=/head/; revision=127340
* "inline" fixing. Replace "inline" with "__inline" to make more BSDMark Murray2002-07-191-2/+2
| | | | | | | | | standard (and easier to define away with support in cdefs.h). Also convert two function-like macros to static inline functions for lint and the debugger. Notes: svn path=/head/; revision=100356
* Reduce the number of spelling mistakes.Philippe Charnier2002-04-121-2/+2
| | | | Notes: svn path=/head/; revision=94557
* Silence some more warnings, mostly from `-W -Wwrite-strings'.Thomas Gellekum2001-08-081-1/+1
| | | | Notes: svn path=/head/; revision=81282
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.Thomas Gellekum2001-08-071-4/+0
| | | | Notes: svn path=/head/; revision=81228
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add our doscmd to the tree. This is a result of work from BSDI, andJohn Dyson1997-08-091-0/+402
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI Notes: svn path=/head/; revision=27999