ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
svn
/
ircd-hybrid
/
branches
/
8.2.x
/
configure
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing ircd-hybrid/branches/8.2.x/configure (file contents):
Revision
8477
by
michael
, Tue Apr 3 13:57:57 2018 UTC vs.
Revision
8531
by
michael
, Sun Apr 29 15:02:45 2018 UTC
#
Line 14350
|
Line 14350
|
_ACEOF
14350
int
14351
main ()
14352
{
14353
<
epoll_create(256);
14353
>
epoll_create1(EPOLL_CLOEXEC);
14354
;
14355
return 0;
14356
}
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)