diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-25 22:01:27 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-25 22:01:27 +0000 |
| commit | 86dc60e032cb1b92c2aab3d779792a6c1e3adfe6 (patch) | |
| tree | 4c25d3e5de6f9b2b2940e021ddc5c4fdb7b75262 | |
| parent | d66e94ca993d796f12c6465553c3cadb6c25a8f2 (diff) | |
Notes
| -rw-r--r-- | sbin/atm/ilmid/ilmid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index 715099a024ac0..2ee90de5623e8 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -2245,6 +2245,7 @@ lmi_object_find(Variable *var) return (-1); } +#if 0 /****************************************************************************** * * Append instance number to OID @@ -2268,6 +2269,7 @@ lmi_object_instance(Variable *var, int instnum) oidptr[0] = curlen; return (0); } +#endif /****************************************************************************** * |
