$OpenBSD: patch-src_rrd_graph_h,v 1.1 2004/06/08 20:21:24 danh Exp $ --- src/rrd_graph.h.orig 2004-04-06 17:38:14.000000000 -0400 +++ src/rrd_graph.h 2004-06-08 14:02:11.000000000 -0400 @@ -31,7 +31,7 @@ enum op_en {OP_NUMBER=0,OP_VARIABLE,OP_I OP_MIN,OP_MAX,OP_LIMIT, OP_FLOOR, OP_CEIL, OP_UN,OP_END}; -enum if_en {IF_GIF=0,IF_PNG=1,IF_GD=2}; +enum if_en {IF_PNG=1,IF_GD=2}; typedef struct rpnp_t { enum op_en op;