Subject: re: CVS commit: src/lib/libc/citrus
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 07/01/2003 17:24:03
   > Module Name:	src
   > Committed By:	christos
   > Date:		Mon Jun 30 17:54:13 UTC 2003
   > 
   > Modified Files:
   > 	src/lib/libc/citrus: citrus_db_file.h
   > 
   > Log Message:
   > use __attribute__((__packed__)) instead of __packed.
   
   why?


it is used in a "hosted" environment and __packed comes from our
sys/cdefs.h - it isn't portable, and we already handle __attribute__


.mrg.