Source File section

File deleted: MyLinux-Packages/cloop_2.00-1.tar.gz (Size: 21583, Created: Feb 6 2004 )
File created: Old-Packages/cloop_2.00-1.tar.gz (Size: 21583, Created: Feb 6 2004 )

Usermanager Section

File changed: mylinux-usermanager-0.98/MyLinux-Patches/dump-kernelheader.patch

1,2c1,2
< --- dump/main.c-orig	2004-07-05 17:12:45.000000000 +0200
< +++ dump/main.c	2004-11-04 15:30:35.000000000 +0100
---
> --- dump-0.4b37/dump/main.c-orig	2004-07-05 17:12:45.000000000 +0200
> +++ dump-0.4b37/dump/main.c	2004-11-04 15:30:35.000000000 +0100

File changed: mylinux-usermanager-0.98/MyLinux-Patches/kernel26-headers.patch

56,86d55
< diff -Naur linux-2.6.9/include/linux/types.h linux-2.6.9/include/linux/types.h
< --- linux-2.6.9/include/linux/types.h	2004-10-18 23:55:06.000000000 +0200
< +++ linux-2.6.9/include/linux/types.h	2004-11-04 16:56:22.000000000 +0100
< @@ -140,13 +140,6 @@
<  #define pgoff_t unsigned long
<  #endif
<  
< +#endif /* __KERNEL_STRICT_NAMES */
< +
< +/*
< + * Below are truly Linux-specific types that should never collide with
< + * any application/library that wants linux/types.h.
< + */
< +
<  #ifdef __CHECKER__
<  #define __bitwise __attribute__((bitwise))
<  #else
< @@ -160,6 +153,13 @@
<  typedef __u64 __bitwise __le64;
<  typedef __u64 __bitwise __be64;
<  
< -#endif /* __KERNEL_STRICT_NAMES */
< -
< -/*
< - * Below are truly Linux-specific types that should never collide with
< - * any application/library that wants linux/types.h.
< - */
< -
<  struct ustat {
<  	__kernel_daddr_t	f_tfree;
<  	__kernel_ino_t		f_tinode;