thorpej
d2ed7ebdd1
* Use STDOUT_FILENO instead of 1.
...
* Pass the file descriptor to request_init() (libwrap) so that
it can actually do something useful later in fromhost().
2002-10-26 01:46:31 +00:00
itojun
c41e40e20e
set IPV6_V6ONLY socket option for AF_INET6 socket, to avoid
...
complicated access control issue due to IPv4 mapped address.
2002-09-24 13:31:33 +00:00
lukem
1b2d905cd0
cast "%ld", xxx.tv_sec to a long
2002-09-20 04:12:42 +00:00
mycroft
59edfd2c03
Simplify the accept() code a little -- sockaddr_storage is fine for both
...
AF_LOCAL and AF_INET{,6}.
2002-09-19 20:35:56 +00:00
mycroft
4082cae6ac
If we exit because the pid file is locked, syslog that.
2002-09-19 20:22:32 +00:00
mycroft
e1a3e519ec
select() -> poll(), nanosleep()
2002-09-19 20:08:58 +00:00
mycroft
ae627c1271
select() -> nanosleep()
2002-09-18 23:27:25 +00:00
lukem
c52b93f508
minor makefile delint
2002-09-18 13:31:52 +00:00
lukem
17d72c8a6b
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
abs
2cbe5b958f
Add back __attribute__() data for pstatus() removed by error in last commit.
...
Noted by wiz.
2002-09-04 13:49:20 +00:00
abs
8531949548
When -r is given actually pass the file through of, and also enable if.
2002-09-03 18:35:11 +00:00
wiz
a05630c34e
Minor mdoc nit.
2002-08-12 18:08:13 +00:00
itojun
166e26e413
add libwrap support for lpd (you need to pass all tests to print,
...
so you will want "+" in hosts.lpd then restrict by hosts.allow/deny).
setsockopt(SO_REUSEPORT) while i'm here.
2002-08-12 18:03:41 +00:00
wiz
330119fdb5
Correct usage. bin/17916 by Brian Ginsbach.
2002-08-12 17:41:32 +00:00
grant
cc65da74ac
specify the reason when aborting with "Malformed from address",
...
suggested by Matt Green.
2002-08-11 07:04:00 +00:00
itojun
1917442aa9
die if fd_set overruns
2002-08-09 02:40:57 +00:00
jschauma
a1e7e17b3e
Fix typo pointed out by haes at shrubbery dot net in PR bin/17396
...
"filter to be use" -> "filter to be used"
2002-07-31 01:49:48 +00:00
grant
eda9e509bb
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
wiz
895dc72a69
Unifdef __STDC__. Remove __P(). ANSIfy.
2002-07-14 15:27:58 +00:00
hubertf
534ff5d5e9
This fixes various little problems in the lpd source.
...
lpd.c bogus 'c' option in getopt option string
printjob.c spelling "prstatic inter" -> "printer"
finish ANSIfication
recvjob.c finish ANSIfication
Patch contributed by Brian Ginsbach <ginsbach@cray.com> in PR 17520
2002-07-09 01:12:35 +00:00
wiz
a234ffc74d
Document -w. Patch from Brian Ginsbach in bin/17518.
2002-07-08 14:05:37 +00:00
kleink
41b912792c
postive -> positive
2002-07-03 22:28:28 +00:00
wiz
3560ae7f37
Sort options in getopt string.
2002-07-03 22:19:25 +00:00
hubertf
1b7f271a58
* Add missing 'break'
...
* cosmetic update in getoipt string
Patch supplied by Brian Ginsbach <ginsbach@cray.com> in PR 17473.
2002-07-03 22:12:46 +00:00
wiz
84d465bb02
Improve last.
2002-07-03 22:12:38 +00:00
wiz
53e326dd05
Fix error output for negative argument to '-w'.
...
Also update usage to include -w.
Patches from Brian Ginsbach in bin/17471.
2002-07-03 22:10:28 +00:00
hubertf
e925e82dbe
Document missing -w option.
...
Patch submitted by Brian Ginsbach <ginsbach@cray.com> in PR 17472.
2002-07-03 22:07:33 +00:00
itojun
0b52cc9109
avoid more hardcoded octals. openbsd
2002-06-08 23:43:24 +00:00
itojun
b4daa6bb72
avoid hardcoded octals. openbsd
2002-06-08 23:40:12 +00:00
itojun
5da007343b
avoid hardcoded octals
2002-06-08 23:37:47 +00:00
wiz
01ff6324be
Make ngroups, which is the size of a static array, static too. From
...
Todd Miller in bin/16871.
2002-05-19 17:38:36 +00:00
ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
wiz
b36c0a5406
deamon -> daemon
2002-01-21 14:42:26 +00:00
wiz
5d2bc3031d
empty line -> .Pp; sort sections.
2002-01-19 03:24:14 +00:00
wiz
00dce9aae8
Sort sections, whitespace nit.
2002-01-19 03:23:47 +00:00
wiz
6051a9a396
Sort sections.
2002-01-19 03:23:11 +00:00
wiz
34828cce4a
Convert .Xr to non-existing program to Ic.
2002-01-19 03:22:53 +00:00
wiz
d8081e42ef
Sort SEE ALSO and sections.
2002-01-19 03:22:19 +00:00
wiz
51d0450786
Whitespace and punctuation nits, use standard headers.
2002-01-19 03:21:59 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
christos
e363b58375
Make sure that the we have a valid pathname. [We did the check too late,
...
and we had a buffer overflow]. Bug found by Sebastian Krahmer of SuSE,
fix inspired by patch 008 for OpenBSD-3.0.
2001-12-04 22:52:44 +00:00
wiz
1fd7eeefcd
"than" instead of "then".
2001-11-21 19:14:19 +00:00
enami
6737e7d6b2
Test absense of command differently to avoid null pointer deference
...
when only whitespaces are given.
2001-11-14 03:01:15 +00:00
mjl
c903850da8
Replace 1 and 2 with STDOUT_FILENO and STDERR_FILENO.
...
ANSIfy and constify.
2001-10-09 02:15:37 +00:00
wiz
4c99916337
va_{start,end} audit:
...
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).
Improved by comments from enami and christos -- thanks!
Heimdal/krb4/KAME changes already fed back, rest to follow.
Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
wiz
456dff6cb8
Spell 'occurred' with two 'r's.
2001-09-16 16:34:23 +00:00
itojun
7cdedd5c84
use strlcpy. from openbsd
2001-08-30 00:53:53 +00:00
itojun
c9e786ce9e
security fix from openbsd:
...
Fix buffer oflow reading from queue file. While we are at it, crank
the size of buffers that can hold filenames to MAXPATHLEN.
2001-08-30 00:51:50 +00:00
mjl
98e1bdc90d
Add -W parameter to lpd to disable check for a reserved port,
...
this is needed to get Win2k print to a NetBSD box. Heavily
inspired by FreeBSD.
2001-08-11 01:04:57 +00:00
mrg
b5ca908e21
extend file size lossage message.
2001-06-25 16:40:50 +00:00
mrg
e1633c19d7
printer of "" becomes the DEFLP (the default printer, "lp")
2001-06-25 15:29:12 +00:00
mrg
a062d79672
use DEFLP instead of "lp".
2001-06-25 11:04:51 +00:00
wiz
6db93e0e58
Replace some .Xr with .Ic (programs non-existing or not in base system).
2001-05-08 17:20:02 +00:00
wiz
8357706e0f
lowercase Lpq in xref, and some whitespace fixes.
2001-04-09 12:50:59 +00:00
wiz
8a9489155e
Fix possible security problem (euid swapout in error handling).
...
Based on a similar patch in OpenBSD, reported there by
j@ida.interface-business.de .
Fix the second occurrance of a similar problem in that file, too, though.
2001-04-05 13:30:02 +00:00
wiz
2ff26b9838
Improve markup, and add sections to xrefs, as well as the obligatory
...
whitespace fixes.
2001-04-05 11:49:14 +00:00
simonb
a378517ea4
80 column police.
2001-03-28 03:17:41 +00:00
cgd
25bdbb661e
convert to use getprogname()
2001-02-19 23:22:40 +00:00
itojun
bcbf09100a
listen to the port number specified on argument, as advertised
...
in document. part of PR 12112 from feico@pasta.cs.uit.no .
2001-02-02 14:20:33 +00:00
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
enami
270db080e9
Use PRINTOBJDIR.
2001-01-07 08:00:54 +00:00
lukem
c2aa46e7c2
use %ll_ instead of the less standard %q_
2001-01-05 03:27:26 +00:00
lukem
279552d3db
fix up various .Nm abuses:
...
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
is
d8302e2d73
More format string cleanups by sommerfeld.
2000-10-11 20:23:46 +00:00
jdolecek
a93350bb37
document output format, so that users would know exact meaning
...
of printed statistics
2000-10-04 11:40:51 +00:00
itojun
78907e0169
don't give result of function directly into syslog, use "%s".
2000-10-03 13:54:31 +00:00
scw
5c0e061414
Free the bind-address list entries, as well as the list itself.
2000-10-03 13:28:27 +00:00
scw
97a603e5b0
Add a "-b" option to specify one or more local addresses to bind
...
to instead of the default INADDR_ANY.
2000-10-03 11:45:30 +00:00
itojun
c8b98b814c
syslog() string format hole.
...
http://www.securityfocus.com/templates/archive.pike?start=2000-09-24&fromthread=0&mid=85023&list=1&end=2000-09-30&threads=0&
2000-09-26 17:44:38 +00:00
sommerfeld
c829aa7773
Fix ingroup() to not check gid against trailing groups not set by
...
getgroups().
Reported to security-officer, but not a security hole, since
"operator" is not gid 0.
2000-08-24 17:40:16 +00:00
itohy
880baa236b
Don't pass null pointer to syslog.
...
lpd[6813]: mail sent to user itohy about job foo.ps on printer lp ((null))
^^^^^^
2000-08-24 02:03:54 +00:00
itojun
f714bfb0d8
rewrite local address detection code, to use getifaddrs(3), not gethostname(3).
...
gethostname(3) do not necessarily represent local host addrses.
pointed out by: Chuck Cranor
2000-08-09 14:28:50 +00:00
jdolecek
9e1ce523c5
account(): fix so that number of copies is optional and whitespace
...
between it and hostname:username is optional as well (some software relies
in this); while here, covert to use sscanf() instead of explicit parse code,
sprinkle some comments
dumpit(): change so that the price is total price for this entry, instead of
beeing price per copy
Addresses bin/9996 by Brian Stark, though the implementation differs from
patch code attached to it.
2000-07-16 21:33:26 +00:00
matt
3ab02a8704
More #include <stdlib.h> string, etc. cleanup
2000-07-04 20:27:35 +00:00
mycroft
0047d53157
Get rid of the stupid hack that makes this lose when ${CC} is more than one word.
2000-06-05 17:41:19 +00:00
enami
dc0efa126e
Just remove the first word so that rcmd.c compiles even if the command line
...
contains same substrings with the name of compiler.
2000-05-31 07:34:45 +00:00
itojun
ed26506c25
usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid
...
use of non-exported function __ivaliduser{,_sa}().
we cannot make __ivaliduser{,_sa}() static yet, since doing that would choke
compiled lpd binaries. we should do it on next libc major version bump.
added a memo on lib/libc/shlib_version.
2000-05-30 01:07:43 +00:00
thorpej
9581f118ec
Need <string.h> for memset() prototype.
2000-04-30 15:47:55 +00:00
abs
6a7a9484ec
lpf used its own broken argv parsing (-h without an argument would dump core)
...
Convert to getopt() and add a basic usage()
2000-04-29 00:12:32 +00:00
msaitoh
c09c988278
remove unused variable
2000-04-27 13:40:18 +00:00
jdolecek
1d83915c52
Finish transition to using getopt(3). Fixes bin/9963 by Brian Stark.
2000-04-27 09:43:38 +00:00
itojun
4be926fbb8
allow lp=port@host again. PR9975 from Andreas Gustafsson.
2000-04-25 02:34:49 +00:00
itojun
e738bb5642
avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname).
...
From: hiro@takechi.org
XXX checkremote() should be improved. gethostname -> getaddrinfo is
not the right thing to do, we cannot assume DNS FQDNs is configured
as hostname. if the goal here is to check if it is really remote or not,
getifaddrs() is the way to go.
2000-04-24 02:53:05 +00:00
mrg
dd28a6c6dd
make scandir(3)'s 3rd argument take a function that takes a *const*
...
struct dirent *, rather than non-const. this makes scandir(3) the
same as the scandir implementations in libiberty and glibc, and the
select function has no need to modify the dirent.
2000-04-16 14:43:56 +00:00
simonb
fd4ede242b
Don't declare 'extern opt*' getopt variables.
2000-04-14 06:26:52 +00:00
mrg
3f207f4f5a
- fix usage message to current reality.
...
- pull over "lpd [port]" code from freebsd's lpr code.
- use posix signal handling.
2000-04-10 08:09:33 +00:00
itojun
7b48263c7b
(rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs.
...
this changes function prototype for __ivalid*.
This commit breaks binary compatibility for __ivalid*. I believe this can be
forgiven due to the following:
- this is not really exported function. no function prototype is in headers.
function name starts with underbars. No third-party applications are
expected to use it.
- the function was introduced very recently, when rcmd.c was made IPv6-ready.
- the only customer in NetBSD tree is lpd.
(lpd.c) sync with rcmd.c change.
2000-02-24 06:33:47 +00:00
itojun
0c281f2bda
do not sleep on ECONNREFUSED, rather, try the next address first.
...
the behavior itself has a room for debate. (why we retry on ECONNREFUSED?)
From: SHIMIZU Ryo <ryo@misakimix.org>
2000-02-18 03:53:16 +00:00
itojun
33ba3a0f18
IPv6 support, using rcmd-family funciton added.
...
NetBSD PR: 9050
From: Feico Dillema
2000-01-27 05:39:50 +00:00
mjl
8515b446a0
Fix null terminating the wrong buffer curtesy of similar variables
...
mixed up. Seemed to never have any ill effect, but then...
Noted by Tetsuya Furukawa in FreeBSD PR/15604.
1999-12-23 02:10:07 +00:00
mrg
2a987cd998
- use symbolic names for mode bits
...
- use _exit() where we should
- fix spelling mistake
- use vasprintf() in pstatus()
all from freebsd.
1999-12-11 02:01:18 +00:00
mrg
585454b2f2
xref setsockopt (from freebsd) and hosts.equiv.
1999-12-11 01:59:43 +00:00
mrg
2e2dfe5c71
tsk. tsk. document new features i added.
1999-12-10 23:49:03 +00:00
mrg
5b6d0e7e39
- add timeouts to displayq(), rmremote(), sendfile() and response(),
...
and use these timeout in the lpq, lpd and lprm programs.
these stop hung remote printers that accept tcp connections but do
not process jobs from hanging the whole system and letting the sysadmin
have a clue about what is going on with this rogue printer.
- add a -r flag to lpd to allow `of' filters for remote jobs.
i know there are ways around this, but i just don't care.
- add a -f flag to lpf to add missing carriage returns.
useful when printing UNIX files to an, eg, LaserWriter that wants CR's
as well as LF's in raw text. stair-stepped text is no fun.
- implement child process accounting: we just have a limit on the number
of children we can have (settable by the sysadmin), and we sleep when
this number is reached. this can reduce malicious not-so-malicious
attacks on the print server by a rogue remote client..
- use setproctitle() where appropriate so the sysadmin has a clue about
what each of the lpd's here are doing.
this was useful to help diagnose a problem (that the above child process
accounting change reduces the lossages of) where a rogue client was
attempting "lpq" operations on one stuck queue in rapid succession,
causing the lpd server to be extremely slow, due to the large number
of lpd processes running.
i have been running these changes in production for about a year.
1999-12-07 14:54:44 +00:00
jdolecek
5986e9b6ee
main(): g/c variable errs accidentaly introduced in last commit, rename
...
'i' to 'opt'
1999-12-05 22:22:05 +00:00
jdolecek
0e29a42af3
Change the formatting of output so that entries with host:user longer than
...
24 characters would be displayed correctly.
Fixes bin/8880 by Brian Stark <bstark@uswest.net>.
While here, convert code to use getopt(3) and do some const poisoning.
Also g/c variables uid and euid, they are no longer needed after
the split of ../common_source/common.c
1999-12-05 22:18:40 +00:00
jdolecek
b86257129c
put fatal() and a some of variables used independantly of other functions
...
in common.c into separate files - this slighly cuts down size of pac(1)
not that it's really significant, but every bit counts ....
1999-12-05 22:10:57 +00:00
mrg
23b9fac082
delint and other cleanups.
1999-09-26 10:32:27 +00:00
simonb
299578ebd5
Spell "privilege" correctly (correct spelling from Jonathan Stone).
1999-08-16 02:59:22 +00:00
mycroft
68d6f4bf44
Remove spurious .ne's.
1999-03-24 06:27:49 +00:00
garbled
d1407362ba
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-22 18:43:46 +00:00
lukem
7e1c62baf8
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
1999-03-13 23:17:46 +00:00
erh
0f61c6801e
Add missing .El line.
1999-03-10 08:17:35 +00:00
mycroft
d77575d3c8
Clean up SYNOPSIS formatting.
1999-03-07 11:58:22 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
frueauf
c548010b99
Fix pr 5071 better after feedback from the Originator Havard Eidnes.
1998-09-14 21:23:07 +00:00
frueauf
988c143116
Add (ugly?) code to prevent core dump as described in pr 5071 by Havard Eidnes.
...
XXX Maybe someone with more taste and understanding should have a look
XXX at this? At least I prefer this over the solution provided in the pr.
1998-09-14 11:52:21 +00:00
mycroft
1f86e5830d
const poisoning.
1998-07-27 00:52:00 +00:00
lukem
786b86d71b
use AF_LOCAL instead of AF_UNIX
1998-07-18 05:04:35 +00:00
msaitoh
4944940fcf
Declare ints, too, don't default them.
1998-07-09 18:32:52 +00:00
mrg
18ae3abbcd
fix "-s" option
1998-07-07 17:05:28 +00:00
mrg
c0aa4ce503
oops, missed this in gethostname sweep.
1998-07-07 03:36:53 +00:00
mrg
33c0bbba35
add "lp -s" switch, from darcy@druid.net in pr#5713. document "lp -s" and "lp -o"
1998-07-07 02:01:37 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
fair
dc026e0515
Change occurrences of "UNIX" to .Ux or .At as appropriate.
1998-04-28 06:00:51 +00:00
christos
8f09e5bcdb
Use obj dirs
1997-12-21 15:53:38 +00:00
lukem
0a94f4f077
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
scottr
94cf433266
Add support for DTR/CTS flow control, from Bill Studenmund.
1997-10-20 08:07:47 +00:00
mycroft
e8018f6da9
Use S_IS*(), not S_IF*.
1997-10-19 19:40:21 +00:00
lukem
fbafdc25f8
use memcmp/memset/memmove instead of bcmp/bzero/bcopy
1997-10-18 08:52:17 +00:00
lukem
f5bf267d90
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
lukem
4d10189f4c
fix race condition when building libcommon with make -j
1997-10-16 05:10:14 +00:00
mycroft
3ec2ebdb68
GC some garbage variables.
1997-10-11 20:25:53 +00:00
veego
e288b27b29
Don't install this libraries, we only this during the build.
1997-10-11 19:42:34 +00:00
lukem
0acf0ef008
only compile common_source/* once (25% faster), remove unused printcap.c
1997-10-10 09:26:35 +00:00
mrg
38811f7fea
document -d, -s. remove bogus #port. fix getopt().
1997-10-09 07:58:39 +00:00
mrg
1bb06f8aab
fix alpha compile warnings.
1997-10-05 16:45:43 +00:00
mrg
d66fe73851
in rcleanup() don't unlink() the dfname if it contains a /. noted
...
by matt power <mhpower@mit.edu>.
1997-10-05 15:21:46 +00:00
mrg
fe7ed7ce37
- WARNS?=1
...
- be safe with unlinking files (from freebsd)
- remove register
- clean up $NetBSD$'s.
- use inet_ntoa() in one place (from openbsd)
- nul terminate after a bunch of strncpy()'s
- #ifdef __STDC__ rather than #if (from freebsd)
- be safe with a bunch of string operations (from freebsd)
- use warn()/err() over home grown versions (some from freebsd)
- rename warn() to nodaemon() to remove conflict with above
- check errno from failed kill(2) against ESRCH (from freebsd)
- use getopt() rather than home grown versions (from freebsd)
- clean up a bunch of man pages (some from freebsd)
- check for hostname spoof (from freebsd)
- use POSIX wait() interfaces
- use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- deal with fork() failure
- index/rindex -> strchr/strrchr (some from freebsd)
- add B57600 and B115200 speeds (from freebsd)
- some KNF
- be safe with files passed in over the network (some from freebsd)
- check return value of malloc(), calloc() and strdup()
1997-10-05 15:11:58 +00:00
mrg
90778e67aa
add rcsid, use FILES, etc., in Makefile.
1997-10-05 12:48:35 +00:00
mrg
bf7db08c40
freebsd's lp frontend for lpr
1997-10-05 12:40:42 +00:00
mrg
cf3fe2a0b6
oops; did not mean to import these.
1997-10-05 12:35:50 +00:00
mrg
e6a91a0997
merge 4.4 lite2
1997-10-05 11:52:17 +00:00
mrg
e5d28dbbe3
lite-2
1997-10-05 11:20:29 +00:00
mikel
1b1fe0b84e
use <sys/cdefs.h> __COPYRIGHT and __RCSID macros
...
garbage-collect old set_ttyflags() and ctime() declarations
1997-07-17 05:51:18 +00:00
mikel
fff865d146
use <sys/cdefs.h> __COPYRIGHT and __RCSID macros
...
include <arpa/inet.h> for inet_ntoa() prototype, nuke local declaration
1997-07-17 05:49:13 +00:00
mikel
95abafa1a6
use <sys/cdefs.h> __RCSID macro, add prototype for local c_key function
1997-07-17 05:46:51 +00:00
mikel
c27996f625
use <sys/cdefs.h> __RCSID macro
1997-07-17 05:44:32 +00:00
mikel
48f58872a4
xref pac(8) not nonexistent pac(1), sort xrefs
1997-07-16 05:54:25 +00:00
mikel
712b20e8f2
include <unistd.h> for get{,e}uid() prototypes
1997-07-11 06:43:51 +00:00
veego
ff9b739e1a
Add #include <stdio.h> for struct FILE.
1997-07-10 10:44:48 +00:00
mikel
1e7f2b7da9
fix printf formats and implicit comparisons (gcc -Wall)
1997-07-10 06:28:58 +00:00
mikel
3bf6872439
index array with int, not char
1997-07-10 06:26:44 +00:00
mikel
31e6ca8cc3
add prototypes for ksearch(), msearch(), and __ivaliduser()
1997-07-10 06:24:55 +00:00
mikel
4a711f6dd1
add parens (gcc -Wall)
1997-07-10 06:21:51 +00:00
mikel
ad1d686121
make explicit comparisons to NULL (gcc -Wall)
1997-07-10 06:19:53 +00:00
mikel
764d9a9d44
fix typos
1997-07-10 06:18:52 +00:00
mikel
b38a221a9e
oops
1997-07-10 06:09:27 +00:00
mikel
0b0a21a5e8
clarify assignments used as conditionals (gcc -Wall)
1997-07-10 05:38:54 +00:00
mikel
7d65d1af46
clarify conditional in for-loop (gcc -Wall)
1997-07-10 05:34:48 +00:00