diff options
author | Didier Raboud <odyx@debian.org> | 2014-01-02 23:05:18 +0100 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2014-01-02 23:05:18 +0100 |
commit | b4db6beca042dcbfd5530ef8c559bfab71a11ade (patch) | |
tree | a2d41ae625d277d3285167fc64b73b58bc010065 /scheduler/select.c | |
parent | d13746555c30d1d1bd617dcf64d5b92e319ae2b5 (diff) | |
download | cups-upstream/1.7.0.tar.gz |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'scheduler/select.c')
-rw-r--r-- | scheduler/select.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scheduler/select.c b/scheduler/select.c index c442839c..b31fb97c 100644 --- a/scheduler/select.c +++ b/scheduler/select.c @@ -1,9 +1,9 @@ /* - * "$Id: select.c 10999 2013-05-30 00:48:16Z msweet $" + * "$Id: select.c 11142 2013-07-17 01:07:00Z msweet $" * * Select abstraction functions for the CUPS scheduler. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * Copyright 2006-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -30,7 +30,6 @@ */ #include "cupsd.h" -#undef HAVE_KQUEUE #ifdef HAVE_EPOLL # include <sys/epoll.h> @@ -947,5 +946,5 @@ find_fd(int fd) /* I - File descriptor */ /* - * End of "$Id: select.c 10999 2013-05-30 00:48:16Z msweet $". + * End of "$Id: select.c 11142 2013-07-17 01:07:00Z msweet $". */ |