FS#13718 - [initscripts-2009-0N] Fix minilogd.c #includes and #define

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Monday, 09 March 2009, 18:55 GMT
Last edited by Aaron Griffin (phrakture) - Monday, 09 March 2009, 19:15 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This patch fix two missing #include <string.h> [ for strlen(), strncpy(), memset() ] and #include <strings.h> [ for bzero() ] and add #define __USE_BSD for the unistd.h [ for daemon() ]

This task depends upon

Closed by  Aaron Griffin (phrakture)
Monday, 09 March 2009, 19:15 GMT
Reason for closing:  Implemented
Additional comments about closing:  Fixed in git
Comment by Aaron Griffin (phrakture) - Monday, 09 March 2009, 19:09 GMT
Pushed to git

Loading...