X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=rset%2Frsisamd.c;h=a66c5b11af0b3b5f1ce4d038aae87720620800ef;hb=71e41c3f5146a6f783fbae7e59776bcdd4e3c4c8;hp=3aceccb40f3ec7873ac258d4a151773ee07e2cf3;hpb=4825ec6553e8d87b63d59527c94a46dd7fe4e3ab;p=idzebra-moved-to-github.git diff --git a/rset/rsisamd.c b/rset/rsisamd.c index 3aceccb..a66c5b1 100644 --- a/rset/rsisamd.c +++ b/rset/rsisamd.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisamd.c,v $ - * Revision 1.1 2001-01-16 19:17:18 heikki + * Revision 1.2 2002-04-05 08:46:26 adam + * Zebra with full functionality + * + * Revision 1.1 2001/01/16 19:17:18 heikki * Added rsisamd.c * * @@ -14,7 +17,6 @@ #include #include #include -#if ZMBOL #include static void *r_create(RSET ct, const struct rset_control *sel, void *parms); @@ -140,4 +142,3 @@ static int r_write (RSFD rfd, const void *buf) logf (LOG_FATAL, "ISAMD set type is read-only"); return -1; } -#endif