source:
freewrt/scripts/param.h@
882ed8cc
| Last change on this file since 882ed8cc was 882ed8cc, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 294 bytes | |
| Line | |
|---|---|
| 1 | /* $FreeWRT$ */ |
| 2 | |
| 3 | #include_next <sys/param.h> |
| 4 | |
| 5 | #ifndef __linux__ |
| 6 | typedef off_t loff_t; |
| 7 | #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 TracBrowser
for help on using the repository browser.
