Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168281 | Differences between
and this patch

Collapse All | Expand All

(-)screen-4.0.3-orig/sched.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: sched.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
22
 * $Id: sched.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCHED_H_
26
#define _SCHED_H_ 1
27
#include <sys/types.h>
28
25
struct event
29
struct event
26
{
30
{
27
  struct event *next;
31
  struct event *next;
Lines 41-43 Link Here
41
#define EV_READ		1
45
#define EV_READ		1
42
#define EV_WRITE	2
46
#define EV_WRITE	2
43
#define EV_ALWAYS	3
47
#define EV_ALWAYS	3
48
#endif

Return to bug 168281