/******************************************************************* * * * This software is part of the ast package * * Copyright (c) 1992-2004 AT&T Corp. * * and it may only be used by you under license from * * AT&T Corp. ("AT&T") * * A copy of the Source Code Agreement is available * * at the AT&T Internet web site URL * * * * http://www.research.att.com/sw/license/ast-open.html * * * * If you have copied or used this software without agreeing * * to the terms of the license you are infringing on * * the license and copyright and are violating * * AT&T's intellectual property rights. * * * * Information and Software Systems Research * * AT&T Labs Research * * Florham Park NJ * * * * Glenn Fowler * * David Korn * * * *******************************************************************/ #pragma prototyped /* * David Korn * Glenn Fowler * AT&T Research * * chown */ static const char id[] = "\n@(#)$Id: chown (AT&T Research) 1997-11-11 $\0\n"; #include int b_chown(int argc, char** argv, void* context) { NoP(id[0]); return b_chgrp(argc, argv, context); }