[andrea at suse.de: Re: [bigmem-patch] 4GB with Linux on IA32]

Jan-Benedict Glaw jbglaw at lug-owl.de
Tue Aug 17 19:27:14 CEST 1999


Hallo ihrs!

Montag wurde ja ein wenig darüber gesprochen, daß in Mailing lists manchmal
auf bestimmte Fragen vermeintlich "komische" Antworten in Form von Programmen
abgegeben werden. Hier ist ein frisches Beispiel...

MfG, JBG

----- Forwarded message from Andrea Arcangeli <andrea at suse.de> -----

Date:   Tue, 17 Aug 1999 16:26:03 +0200 (CEST)
From: Andrea Arcangeli <andrea at suse.de>
To: Kanoj Sarcar <kanoj at google.engr.sgi.com>
Cc: alan at lxorguk.ukuu.org.uk, torvalds at transmeta.com, sct at redhat.com,
	Gerhard.Wichert at pdb.siemens.de, Winfried.Gerhard at pdb.siemens.de,
	linux-kernel at vger.rutgers.edu, linux-mm at kvack.org
Subject: Re: [bigmem-patch] 4GB with Linux on IA32

On Mon, 16 Aug 1999, Kanoj Sarcar wrote:

>							^^^ What is 2038?

#include <time.h>

main()
{
	time_t t = ~0UL >> 1;
	printf("%x, %s", t, ctime(&t));
	t++;
	printf("%x, %s", t, ctime(&t));
}

Andrea


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo at vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

----- End forwarded message -----

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!



More information about the Linux mailing list