/* ** Copyright 2002-2003 University of Illinois Board of Trustees ** Copyright 2002-2003 Mark D. Roth ** All rights reserved. ** ** internal.h - internal header file for libtar ** ** Mark D. Roth ** Campus Information Technologies and Educational Services ** University of Illinois at Urbana-Champaign */ #include #include #include #ifdef HAVE_SYS_SYSMACROS_H #include #endif #ifndef HAVE_MAJOR # define major(dev) ((int)(((dev) >> 8) & 0xff)) #endif #ifndef HAVE_MINOR # define minor(dev) ((int)((dev) & 0xff)) #endif