hubertf
|
26f31c2590
|
Partly backing out last change, only leaving lstat() instead of stat().
Pointed out by Enami Tsugutomo <enami@but-b.or.jp>.
|
1997-10-07 00:02:44 +00:00 |
hubertf
|
681b2f48bc
|
remove(3) doesn't remove dangling links due to stat() returning an
error. Now try lstat() before really aborting.
OK'd by thorpej.
|
1997-10-06 00:28:14 +00:00 |
christos
|
0c339c443a
|
Fix RCSID's
Fix gcc warnings.
Add prototypes for functions that were declared in more than one place
to local.h or extern.h and use that instead.
|
1997-07-13 20:15:17 +00:00 |
kleink
|
5ddc3f534d
|
Always use rmdir(2) to remove a directory, as the file system may prohibit
using unlink(2) on directories.
|
1997-06-03 22:26:38 +00:00 |
jtc
|
da8d0ce8e0
|
Add explict function return types
|
1996-03-29 23:29:06 +00:00 |
jtc
|
255db7b26b
|
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
|
1995-02-02 02:09:03 +00:00 |
jtc
|
9c20f740a3
|
Declare rcsid strings so they are stored in text segment.
|
1993-08-26 00:43:03 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |