Date: Fri, 8 May 2009 20:49:24 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161791 for review Message-ID: <200905082049.n48KnO3P016538@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=161791 Change 161791 by zec@zec_tpx32 on 2009/05/08 20:48:58 Don't forget to print out vimage name in vimage -l output. While here, add UofZ / FBSDF copyrigt notice. Affected files ... .. //depot/projects/vimage-commit2/src/usr.sbin/vimage/vimage.c#3 edit Differences ... ==== //depot/projects/vimage-commit2/src/usr.sbin/vimage/vimage.c#3 (text+ko) ==== @@ -1,6 +1,7 @@ /* - * Copyright (c) 2002, 2003, 2004 Marko Zec <zec@tel.fer.hr> - * All rights reserved. + * Copyright (c) 2002-2004 Marko Zec <zec@fer.hr> + * Copyright (c) 2009 University of Zagreb + * Copyright (c) 2009 FreeBSD Foundation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -62,6 +63,8 @@ void vi_print(struct vi_req *vi_req) { + + printf("\"%s\":\n", vi_req->vi_name); printf(" %d sockets, %d ifnets\n", vi_req->vi_sock_count, vi_req->vi_if_count); }help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905082049.n48KnO3P016538>
