diff options
| author | Roy Marples <roy@marples.name> | 2006-12-14 23:47:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2006-12-14 23:47:56 +0000 |
| commit | d3e2c11ab406f172488df1b8d71ad3c0c0f51107 (patch) | |
| tree | 51b817dfc66c75282cbca7d924b80109b070e73a /signals.h | |
| parent | 262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (diff) | |
| download | dhcpcd-d3e2c11ab406f172488df1b8d71ad3c0c0f51107.tar.xz | |
Make the consts sane
Diffstat (limited to 'signals.h')
| -rw-r--r-- | signals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ void signal_setup (void); int signal_fd_set (fd_set *rfds, int extra_fd); -int signal_read (fd_set *rfds); +int signal_read (const fd_set *rfds); #endif |
