FreeBSD Bugzilla – Attachment 18445 Details for
Bug 33158
sh expr cleanup in MAKEDEV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 346 bytes, created by
adrian
on 2001-12-25 01:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2001-12-25 01:20:01 UTC
Size:
346 bytes
patch
obsolete
>--- MAKEDEV.orig Mon Dec 24 20:03:43 2001 >+++ MAKEDEV Mon Dec 24 20:04:23 2001 >@@ -1599,8 +1599,8 @@ > *c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;; > esac > case $i in >- ttyy?) unit=$(($unit \+ 16));; >- ttyz?) unit=$(($unit \+ 32));; >+ ttyy?) unit=$(($unit + 16));; >+ ttyz?) unit=$(($unit + 32));; > esac > mknod $i c 42 $unit > ;;
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 33158
: 18445