FreeBSD Bugzilla – Attachment 18386 Details for
Bug 33068
/dev/nsmb* devices not created with make world
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 600 bytes, created by
dim
on 2001-12-21 18:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dim
Created:
2001-12-21 18:20:01 UTC
Size:
600 bytes
patch
obsolete
>diff -ud etc/MAKEDEV.orig etc/MAKEDEV >--- MAKEDEV.orig Tue Dec 18 05:18:23 2001 >+++ MAKEDEV Fri Dec 21 18:54:32 2001 >@@ -334,6 +334,7 @@ > sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1 # cdev, ISDN > sh MAKEDEV i4brbch0 i4brbch1 # cdev, ISDN > sh MAKEDEV agpgart # cdev, AGP >+ sh MAKEDEV nsmb0 nsmb1 # cdev, smbfs device > ;; > > # a much restricted set of the above, to save precious i-nodes on the >@@ -1799,6 +1800,11 @@ > cfs*) > unit=`expr $i : 'cfs\(.*\)'` > mknod cfs$unit c 93 $unit root:operator >+ ;; >+ >+nsmb*) >+ unit=`expr $i : 'nsmb\(.*\)'` >+ mknod nsmb$unit c 144 $unit > ;; > > local)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33068
: 18386