Changeset eaf0e8eb in rtems


Ignore:
Timestamp:
03/29/99 18:06:00 (24 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
77c81fd2
Parents:
1ed9d57
Message:

Correctd name length to account for new IMFS max name length of 32.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psxstat/test.c

    r1ed9d57 reaf0e8eb  
    2727
    2828#define MAXSYMLINK 5   /* There needs to be a better way of getting this. */
     29
    2930
    3031/*
     
    134135
    135136char *Bad_paths[] = {
    136   "/links/ENAMETOOLONG___",
     137  "/links/ENAMETOOLONG__________________________",
    137138  "/dir1/file4/NOTADIR",
    138139  "/dir1/dir1/EACCES__",
     
    245246#else
    246247  st_uid = 100;
     248e
    247249  st_gid = 0;
    248250#endif
  • testsuites/psxtests/psxstat/test.c

    r1ed9d57 reaf0e8eb  
    2727
    2828#define MAXSYMLINK 5   /* There needs to be a better way of getting this. */
     29
    2930
    3031/*
     
    134135
    135136char *Bad_paths[] = {
    136   "/links/ENAMETOOLONG___",
     137  "/links/ENAMETOOLONG__________________________",
    137138  "/dir1/file4/NOTADIR",
    138139  "/dir1/dir1/EACCES__",
     
    245246#else
    246247  st_uid = 100;
     248e
    247249  st_gid = 0;
    248250#endif
Note: See TracChangeset for help on using the changeset viewer.