aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/p9cr.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12all: fix or silence various gcc warningsRuss Cox1-0/+2
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+3
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2012-10-21silence more warningsRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/6744056
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-1/+0
R=rsc http://codereview.appspot.com/6744053
2007-11-05factotum: silence gcc warningRuss Cox1-0/+2
2007-09-16factotum: fix build error (Axel Belinfante)Russ Cox1-2/+1
2007-09-13factotum: implement p9crRuss Cox1-340/+170
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-5/+5
2005-02-13newrsc1-24/+19
2005-02-13new authrsc1-0/+545