FreeBSD Bugzilla – Attachment 17330 Details for
Bug 31483
minor correction in error message printed by acpiconf.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
acpiconf.diff
acpiconf.diff (text/plain), 599 bytes, created by
Giorgos Keramidas
on 2001-10-25 01:20:00 UTC
(
hide
)
Description:
acpiconf.diff
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2001-10-25 01:20:00 UTC
Size:
599 bytes
patch
obsolete
>Index: acpiconf.c >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/acpi/acpiconf/acpiconf.c,v >retrieving revision 1.6 >diff -2 -u -r1.6 acpiconf.c >--- acpiconf.c 21 Jul 2001 21:51:44 -0000 1.6 >+++ acpiconf.c 25 Oct 2001 00:09:41 -0000 >@@ -50,5 +50,5 @@ > fd = open(ACPIDEV, O_RDWR); > if (fd == -1) { >- err(1, NULL); >+ err(1, ACPIDEV); > } > if (ioctl(fd, enable, NULL) == -1) { >@@ -67,5 +67,5 @@ > fd = open(ACPIDEV, O_RDWR); > if (fd == -1) { >- err(1, NULL); >+ err(1, ACPIDEV); > } > if (ioctl(fd, ACPIIO_SETSLPSTATE, &sleep_type) == -1) {
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 31483
: 17330