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-08 13:28:05 +00:00
Code
Issues
Releases
Activity
b76ad1a32a
freebsd
/
sbin
/
modload
/
pathnames.h
6 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
/* $Id$ */
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