From c4d26d7f835032c231da4c6219c73b2679691222 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 6 May 1998 06:51:42 +0000 Subject: Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. --- bin/dd/position.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'bin/dd/position.c') diff --git a/bin/dd/position.c b/bin/dd/position.c index 9e2ed77..1eee499 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -33,22 +33,19 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: position.c,v 1.5 1997/02/22 14:02:48 peter Exp $ */ #ifndef lint +#if 0 static char const sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ -#include -#include -#include #include #include -#include -#include #include #include "dd.h" -- cgit v1.1