/* If.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Sep 6 15:33:06 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This
/* -*- c++ -*-
net-if.h
$Id: net-if.h,v 1.6 1998/08/11 15:00:44 dmaltz Exp $
the super class of all network interfaces
===================================================================
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame grabber driver
C
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is 0 if $2 is changed, 1 otherwise.
if
test -r $2
then
if
cmp -s $1 $2
then
echo $2 is unchanged
rm -f $1
else
mv -f
/* If.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Sep 6 15:33:06 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This