X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fautonlist.h;fp=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fautonlist.h;h=0000000000000000000000000000000000000000;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hp=82a52ab026a71b4e0fbd4ac34a88ec511eb9975b;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/agent/autonlist.h b/userapps/opensource/net-snmp/agent/autonlist.h deleted file mode 100755 index 82a52ab0..00000000 --- a/userapps/opensource/net-snmp/agent/autonlist.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef AUTONLIST_H - -struct autonlist { - char *symbol; - struct nlist nl[2]; - struct autonlist *left, *right; -}; - -#define AUTONLIST_H -#endif