Changeset eaf0e8eb in rtems
- Timestamp:
- 03/29/99 18:06:00 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 77c81fd2
- Parents:
- 1ed9d57
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psxstat/test.c
r1ed9d57 reaf0e8eb 27 27 28 28 #define MAXSYMLINK 5 /* There needs to be a better way of getting this. */ 29 29 30 30 31 /* … … 134 135 135 136 char *Bad_paths[] = { 136 "/links/ENAMETOOLONG___ ",137 "/links/ENAMETOOLONG__________________________", 137 138 "/dir1/file4/NOTADIR", 138 139 "/dir1/dir1/EACCES__", … … 245 246 #else 246 247 st_uid = 100; 248 e 247 249 st_gid = 0; 248 250 #endif -
testsuites/psxtests/psxstat/test.c
r1ed9d57 reaf0e8eb 27 27 28 28 #define MAXSYMLINK 5 /* There needs to be a better way of getting this. */ 29 29 30 30 31 /* … … 134 135 135 136 char *Bad_paths[] = { 136 "/links/ENAMETOOLONG___ ",137 "/links/ENAMETOOLONG__________________________", 137 138 "/dir1/file4/NOTADIR", 138 139 "/dir1/dir1/EACCES__", … … 245 246 #else 246 247 st_uid = 100; 248 e 247 249 st_gid = 0; 248 250 #endif
Note: See TracChangeset
for help on using the changeset viewer.