John Birrell
4af1e600d9
Change long variable to time_t where it is passed to time() by reference.
1998-05-09 11:31:20 +00:00
John Birrell
47b18310e8
Add #include string.h to get prototypes.
1998-05-09 11:06:46 +00:00
John Birrell
386849d36b
Add #include string.h to get prototypes and change variables from long
...
to time_t where they are passed to time() and localtime() by reference.
1998-05-09 11:03:03 +00:00
John Birrell
d62b710a47
Remove bogus time() prototype and let the one in time.h rule.
1998-05-09 11:00:50 +00:00
John Birrell
5c76d795ab
Add #include string.h to get prototypes.
1998-05-09 10:59:57 +00:00
John Birrell
22c1ea5a54
Cast pointers to long instead of int.
1998-05-09 10:51:27 +00:00
John Birrell
7625cdf7fc
Add #include string.h to get prototypes.
1998-05-09 10:50:29 +00:00
John Birrell
e0c780eee3
Change casts of function pointers from int to long. This makes the
...
compiler warnings go away, but the compiler is throwing away 32-bits
as the long value is silently truncated to an int on alpha. But the
program works, so that must not matter.
1998-05-09 10:39:48 +00:00
John Birrell
39c469541a
Add #include string.h to get prototypes.
1998-05-09 10:23:10 +00:00
John Birrell
a0acd2442a
Change long variable to time_t because it passed to time() and ctime().
1998-05-09 10:21:24 +00:00
John Birrell
37fb4a6158
Change long variables to time_t if they are passed to time() or localtime()
...
be reference.
1998-05-09 10:15:15 +00:00
John Birrell
a43e3595f7
Add #include string.h to get prototypes.
1998-05-09 10:10:52 +00:00
John Birrell
f6d6e5ef22
Change variable types from long to time_t if they are passed to time()
...
by reference.
1998-05-09 10:09:00 +00:00
John Birrell
7acec2e638
Remove #define NULL because stdio.h does that.
1998-05-09 10:03:01 +00:00
John Birrell
cd5048d0d8
Add #include string.h to get prototypes.
1998-05-09 09:54:17 +00:00
John Birrell
93d5040e38
Add #include string.h to get prototypes.
1998-05-09 09:48:23 +00:00
John Birrell
070a701183
tv_sec in timeval is a long, and a time_t is not necessarily a long.
1998-05-09 09:41:30 +00:00
John Birrell
ea565b5141
Add #include string.h to get prototypes.
1998-05-09 09:39:46 +00:00
John Birrell
eb3846e9e5
Add 'extern' to arrays that are declared and initialised elsewhere.
1998-05-09 09:38:11 +00:00
Dmitrij Tejblum
191e6fd0b6
Fix off by ane error in previous commit.
...
This caused following commands:
mkdir z
cd z
touch A B
mv B A
corrupt the '..' entry in 'z'.
Reported by: bde
1998-05-09 09:36:38 +00:00
John Birrell
97600f584f
Add 'extern' to arrays that are declared and initialised in other files.
1998-05-09 09:27:33 +00:00
John Birrell
99dd1e3479
Add 'extern' to arrays that are declared and initialised in other files.
...
Who writes code like this?!
1998-05-09 09:25:26 +00:00
John Birrell
4772ce29e0
Add #include stdlib.h to get prototypes.
1998-05-09 09:24:12 +00:00
John Birrell
fef9452ba3
Change prototype for addbuf to make it compatible with tputs now that
...
there is a prototype to check it against.
1998-05-09 09:22:33 +00:00
John Birrell
ae87c53394
Add #include string.h, stdlib.h and termcap.h to get prototypes.
...
Change prototype for addbuf to make it compatible with tputs now that
there is a prototype to check it against.
1998-05-09 09:21:28 +00:00
John Birrell
ff73510252
Add #include string to get prototypes.
1998-05-09 09:19:24 +00:00
John Birrell
3c3b8f6caa
Add 'extern' to those arrays that are declared and initialised
...
in other files.
1998-05-09 09:18:33 +00:00
Dag-Erling Smørgrav
49778f39ac
Arrggghhhh... forgot to strip the / after outputting %2f
1998-05-09 08:56:07 +00:00
John Birrell
9b8dda7332
Add #include string.h to get prototypes.
1998-05-09 08:46:53 +00:00
John Birrell
7c4f10b829
Add #include stdlib.h to get prototypes.
1998-05-09 08:45:53 +00:00
Dag-Erling Smørgrav
757c6582c1
Map a leading / in -c argument to %2f instead of dropping it silently.
...
PR: bin/6558
1998-05-09 08:41:23 +00:00
John Birrell
9762206457
Add #include string.h to get prototypes.
1998-05-09 08:17:46 +00:00
John Birrell
b32a086be1
Alphas don't necessarily have speakers.
1998-05-09 08:16:53 +00:00
Bill Fenner
5e92200712
Describe absolute paths in FTP URL's. This patch has been sitting
...
around uncommitted for 2 months =(
1998-05-09 07:33:09 +00:00
John Birrell
e4dbdeafbe
Of these programs, only df and ps aren't compatible with FreeBSD/Alpha.
...
All the rest work! Actually, I don't know if chio works because I can't
test that. df can be built using NetBSD's mount.h. ps depends on libkvm
so there is no point trying.
1998-05-09 06:42:52 +00:00
Jordan K. Hubbard
2640840497
Well, nobody objected, so here's my -u (unlink) flag to restore.
1998-05-09 05:23:02 +00:00
John Birrell
a6919ef89d
Fix the problem people are having building -current on a -stable system.
...
The headers that are installed in WORLDTMP are part of the interface
that includes libraries like libc, so they must be installed together.
This means that lib-tools and build-tools should be merged. The FreeBSD
build only works in hosted form where it is assumed that the installed
version contains adequate tools to build the latest release.
1998-05-08 21:29:35 +00:00
Poul-Henning Kamp
5020e862a6
Add jetdirect 9100/tcp
...
PR: 5195
Reviewed by: phk
Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
1998-05-08 20:40:15 +00:00
Poul-Henning Kamp
e1c08ba3fa
Add a crucial missing _ in NO_SENDMAIL
...
PR: 6545
Reviewed by: phk
Submitted by: Jos Backus <jbackus@plex.nl>
1998-05-08 20:15:39 +00:00
Guido van Rooij
e523d5ae25
Unblock SIGPIPE before execv(); convert from sigvec to sigaction
...
Obtained from: OpenBSD
1998-05-08 19:15:44 +00:00
Masafumi Max NAKANE
c58bc017e8
In the SEE ALSO section, {get,set}rlimit are said to be in the section
...
3 which are actually in the section 2.
Pointed out by: Brian Reichert <reichert@numachi.com>
PR: 6480
1998-05-08 14:46:23 +00:00
Jordan K. Hubbard
7a3009d5ff
Try experimenting with the split size a little in an effort to
...
move our installation structure a little further into the 20th century
(just before it's over).
Instigated by: Dag-Erling Coidan <dag-erli@ifi.uio.no>
1998-05-08 13:49:16 +00:00
Bruce Evans
53a867d577
Translated to C (parameters in a function definition have the same scope
...
as variables declared in the main block in the function, so shadowing
of parameters by variables declared in the main block is not just an
obfuscation).
Found by: lint
1998-05-08 07:56:48 +00:00
Bruce Evans
55554ef2c3
Simplified by using new yacc rules.
1998-05-08 06:43:07 +00:00
Bruce Evans
645d0c98dd
Simplified by using new yacc rules and by not generating y.tab.h.
1998-05-08 06:41:06 +00:00
Bruce Evans
29901fcc76
Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mk
...
so that it applies to libraries (and lkms) as well as programs.
1998-05-08 06:31:05 +00:00
John Birrell
184fcab826
This is a hack to workaround source that is coded to use long variables
...
but also assumes that they are 32-bits. This is one place where I don't
think it is appropriate to change 'long' to 'int'. I don't see why the
code couldn't be fixed so that using natural long variables does the
right thing. It's spaggetti code so it'll take some effort. Obviously
NetBSD thought so too because they change 'long' to 'int32_t' etc
and left it at that. As a temporary measure FreeBSD/Alpha can use the
NetBSD code and put this on the list of things to fix.
1998-05-08 05:41:57 +00:00
John Birrell
f9a8e5fafb
Remote the NetBSD kludge for vfprintf.c
1998-05-08 05:17:11 +00:00
John Birrell
77af5d1ac8
Don't assign the va_list variable 'ap' directly to the argtable because
...
va_list is not a pointer on alpha. Instead, use the va_arg() macro
to return the address that is stored in the argtable.
1998-05-08 05:10:32 +00:00
Andrey A. Chernov
0888581f49
Add new named configuration template and remove old template
1998-05-07 23:42:33 +00:00