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.c | |
| parent | 262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (diff) | |
| download | dhcpcd-d3e2c11ab406f172488df1b8d71ad3c0c0f51107.tar.xz | |
Make the consts sane
Diffstat (limited to 'signals.c')
| -rw-r--r-- | signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ int signal_fd_set (fd_set *rfds, int extra_fd) /* Read a signal from the signal pipe. Returns 0 if there is * no signal, -1 on error (and sets errno appropriately), and * your signal on success */ -int signal_read (fd_set *rfds) +int signal_read (const fd_set *rfds) { int sig; |
