From c1deff9677f9d7d40268a5e7fbb59611e6e94e7c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 7 Sep 2008 01:08:30 +0000 Subject: [PATCH] is no standard header, use instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27352 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/catattr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/catattr.cpp b/src/bin/catattr.cpp index dcfa3593fe..4dff4a15a1 100644 --- a/src/bin/catattr.cpp +++ b/src/bin/catattr.cpp @@ -14,10 +14,10 @@ #include #include -#include -#include #include +#include #include +#include /** Used to present the characters in the raw data view */ @@ -66,7 +66,7 @@ dumpRawData(const char *buffer, size_t size) } printf("'\n"); } -} +} static status_t @@ -219,7 +219,7 @@ main(int argc, char *argv[]) } else { // Issue usage message fprintf(stderr, "usage: %s [--raw|-r] attr_name file1 [file2...]\n", program); - // Be's original version -only- returned 1 if the + // Be's original version -only- returned 1 if the // amount of parameters was wrong, not if the file // or attribute couldn't be found (!) // In all other cases it returned 0