diff options
-rw-r--r-- | pear/OS/Guess.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pear/OS/Guess.php b/pear/OS/Guess.php index 2cb218db17..8e28e4f3be 100644 --- a/pear/OS/Guess.php +++ b/pear/OS/Guess.php @@ -71,6 +71,10 @@ // }}} +/* TODO: + * - define endianness, to allow matchSignature("bigend") etc. + */ + class OS_Guess { var $sysname; @@ -209,4 +213,4 @@ class OS_Guess * c-basic-offset: 4 * End: */ -?>
\ No newline at end of file +?> |