diff options
author | Bruce Korb <bkorb@gnu.org> | 2000-05-30 19:41:37 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-05-30 19:41:37 +0000 |
commit | 26e903eefb735b09d75c3701eb44538e6beabbc1 (patch) | |
tree | f9fff6b66f38d9c71b9380d1bf5cca725944d4d1 /gcc/fixinc/tests/base/rpcsvc/rstat.h | |
parent | 54ae96de89f391cd76bbd0bfab208b54e71804ec (diff) | |
download | gcc-26e903eefb735b09d75c3701eb44538e6beabbc1.zip gcc-26e903eefb735b09d75c3701eb44538e6beabbc1.tar.gz gcc-26e903eefb735b09d75c3701eb44538e6beabbc1.tar.bz2 |
diff of diff does not work well, so use expected test result files
From-SVN: r34270
Diffstat (limited to 'gcc/fixinc/tests/base/rpcsvc/rstat.h')
-rw-r--r-- | gcc/fixinc/tests/base/rpcsvc/rstat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/rpcsvc/rstat.h b/gcc/fixinc/tests/base/rpcsvc/rstat.h new file mode 100644 index 0000000..52a602e --- /dev/null +++ b/gcc/fixinc/tests/base/rpcsvc/rstat.h @@ -0,0 +1,7 @@ + + +#if defined( STATSSWTCH_CHECK ) +struct statswtch { + int boottime; +}; +#endif /* STATSSWTCH_CHECK */ |