From 26a472f76733ce6a94f965f857c6777ff95a19ea Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 10 Jan 2003 01:12:23 +0000 Subject: [PATCH] * TODO item --- pear/OS/Guess.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +?> -- 2.50.1