remove unusued copy_non_glob in ksh

2016-02-28 Thread David Crosby
No binary change. -David Index: eval.c === RCS file: /cvs/src/bin/ksh/eval.c,v retrieving revision 1.49 diff -u -p -r1.49 eval.c --- eval.c 30 Dec 2015 09:07:00 - 1.49 +++ eval.c 29 Feb 2016 00:54:42 - @@ -1076

RTL8188EE pcidevs code

2016-02-28 Thread David Crosby
Found on a recent-model HP laptop. -David Index: pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1788 diff -u -p -r1.1788 pcidevs --- pcidevs 20 Feb 2016 14:34:27 - 1.1788 +++ pcidevs 28 Fe

duplicate line in plus58.html

2016-02-20 Thread David Crosby
Duplicated line fix Index: plus58.html === RCS file: /cvs/www/plus58.html,v retrieving revision 1.10 diff -u -p -r1.10 plus58.html --- plus58.html 29 Oct 2015 08:26:44 - 1.10 +++ plus58.html 20 Feb 2016 11:01:58 - @@ -693

Re: Patch for caesar(6)

2014-07-03 Thread David Crosby
ng from the stream (a possible race condition, still bad news). I'm really enjoying OpenBSD so far, probably the most fun in computing I've had in a long time :-) Thanks! On Thu, Jul 03, 2014 at 10:32:45PM +0200, Ingo Schwarze wrote: > Hi, > > David Crosby wrote on Thu, Jul

Patch for caesar(6)

2014-07-03 Thread David Crosby
This little patch fixes a compiler warning (found with WARNINGS turned on), unambiguates the printit function, and removes an unnecessary comment. Program behaviour the same. This is my first patch to you folks, sorry if I screwed up somewhere. Index: games/caesar/caesar.c ===