aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window/var.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove local malloc prototypes, which are incorrect and conflict withAlexander Kabaev2004-07-281-2/+0
| | | | | | | both GCC builtin and system declared ones. Notes: svn path=/head/; revision=132786
* Fix the rcsid's.David E. O'Brien2001-05-171-1/+2
| | | | Notes: svn path=/head/; revision=76736
* Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien2000-10-261-1/+2
| | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h' Notes: svn path=/head/; revision=67606
* Change a (defaulted) int arg to a long so that a cast from a pointerJohn Birrell1998-02-201-0/+1
| | | | | | | | doesn't throw anything away. I don't want to re-code the app, just port it! Notes: svn path=/head/; revision=33699
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+157
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590