This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-01-09 13:42:56 +00:00
Code
Issues
Releases
Activity
9e522f7a18
freebsd
/
sbin
/
modload
/
pathnames.h
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
1997-01-14 07:20:47 +00:00
/* $FreeBSD$ */
Terry Lambert's loadable kernel module support - modload & modunload utilities w/improvements from the NetBSD group.
1994-08-19 12:07:23 +00:00
#
include
<paths.h>
#
define _PATH_LKM "
/
dev
/
lkm"
Make modload more informative about errors encountered while running `ld' by calling execl() directly rather than using system().
1995-01-23 04:08:00 +00:00
#
define _PATH_LD "
/
usr
/
bin
/
ld"
Reference in New Issue
Copy Permalink