Changeset 882ed8cc in freewrt for scripts


Ignore:
Timestamp:
Jul 16, 2006, 7:11:45 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
b862906
Parents:
909c4ae
Message:

SCCSID, RCSID

git-svn-id: svn://www.freewrt.org/trunk/freewrt@212 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/param.h

    r909c4ae r882ed8cc  
    66typedef off_t loff_t;
    77#endif
     8
     9#ifndef __SCCSID
     10#define __SCCSID(x)     static const char __sccsid[] __attribute__((used)) = (x)
     11#endif
     12
     13#ifndef __RCSID
     14#define __RCSID(x)      static const char __rcsid[] __attribute__((used)) = (x)
     15#endif
Note: See TracChangeset for help on using the changeset viewer.