Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185264 Details for
Bug 262765
net-misc/nstx: init scripts, qa fixes, enhancements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
delete the unused dwrite() function to eliminate a warning
nstx-1.1_beta6_03-delete-dwrite.patch (text/plain), 508 bytes, created by
Steve Brudenell
on 2009-03-17 04:35:34 UTC
(
hide
)
Description:
delete the unused dwrite() function to eliminate a warning
Filename:
MIME Type:
Creator:
Steve Brudenell
Created:
2009-03-17 04:35:34 UTC
Size:
508 bytes
patch
obsolete
>diff -ru nstx-1.1-beta6.orig/nstx_util.c nstx-1.1-beta6/nstx_util.c >--- nstx-1.1-beta6.orig/nstx_util.c 2009-03-17 00:08:18.000000000 +0000 >+++ nstx-1.1-beta6/nstx_util.c 2009-03-17 00:08:37.000000000 +0000 >@@ -44,14 +44,6 @@ > return x; > } > >-void dwrite (char *path, char *buf, int len) { >- int fd; >- >- fd = open(path, O_RDWR|O_CREAT|O_TRUNC, 0600); >- write(fd, buf, len); >- close(fd); >-} >- > static int iface_addr(const char * name, in_addr_t * result) { > int r, s; > struct ifreq ifr;
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 262765
:
185257
|
185259
|
185261
|
185262
| 185264 |
185266
|
185267
|
185268
|
185269
|
185271
|
185275